Note: this list is generated by looking for the string for this theme hook, so it may include some references that are not actually using this theme hook.
- admin_bar_theme_settings in core/
modules/ admin_bar/ admin_bar.inc - Form builder function for module settings.
- admin_bar_theme_settings_submit in core/
modules/ admin_bar/ admin_bar.inc - Submit handler for admin_bar_theme_settings().
- ajax_pre_render_element in core/
includes/ ajax.inc - Adds Ajax information about an element to communicate with JavaScript.
- backdrop_common_theme in core/
includes/ common.inc - Provides theme registration for themes across .inc files.
- backdrop_pre_render_link in core/
includes/ common.inc - Pre-render callback: Renders a link into #markup.
- backdrop_valid_path in core/
includes/ path.inc - Checks a path exists and the current user has access to it.
- book_admin_overview in core/
modules/ book/ book.admin.inc - Returns an administrative overview of all books.
- book_admin_settings in core/
modules/ book/ book.admin.inc - Form constructor for the book settings form.
- book_get_books in core/
modules/ book/ book.module - Returns an array of all books.
- book_node_load in core/
modules/ book/ book.module - Implements hook_node_load().
- book_render in core/
modules/ book/ book.pages.inc - Menu callback: Prints a listing of all books.
- ckeditor5_ckeditor5_plugins in core/
modules/ ckeditor5/ ckeditor5.module - Implements hook_ckeditor5_plugins().
- ckeditor5_get_config in core/
modules/ ckeditor5/ ckeditor5.module - Editor JS settings callback; Add CKEditor config to the page for a format.
- Comment::uri in core/
modules/ comment/ comment.entity.inc - Implements EntityInterface::uri().
- CommentViewsHandlerArgumentUserUidTest::view_comment_user_uid in core/
modules/ comment/ tests/ comment_views_handler_argument_user_uid.test - DateViewsTestCase::setUp in core/
modules/ date/ tests/ date_views.test - Test setup actions.
- date_views_argument_handler::options_submit in core/
modules/ date/ views/ date_views_argument_handler.inc - Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
- date_views_argument_handler::options_validate in core/
modules/ date/ views/ date_views_argument_handler.inc - Validate the options form.
- date_views_argument_handler_simple::options_validate in core/
modules/ date/ views/ date_views_argument_handler_simple.inc - Validate the options form.
- date_views_filter_handler::extra_options_submit in core/
modules/ date/ views/ date_views_filter_handler.inc - Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
- date_views_filter_handler::extra_options_validate in core/
modules/ date/ views/ date_views_filter_handler.inc - Validate the options form.
- date_views_filter_handler_simple::extra_options_validate in core/
modules/ date/ views/ date_views_filter_handler_simple.inc - Validate the options form.
- date_views_filter_handler_simple::value_validate in core/
modules/ date/ views/ date_views_filter_handler_simple.inc - Value validation.
- dblog_filters in core/
modules/ dblog/ dblog.admin.inc - Creates a list of database log administration filters that can be applied.
- dblog_filter_form in core/
modules/ dblog/ dblog.admin.inc - Form constructor for the database logging filter form.
- EntityExampleBasic::uri in modules/
examples/ entity_example/ entity_example.inc - Implements EntityInterface::uri().
- entityreference_field_widget_info_alter in core/
modules/ entityreference/ entityreference.module - Implements hook_field_widget_info_alter().
- entity_tokens in core/
modules/ entity/ entity.tokens.inc - Implements hook_tokens().
- File::uri in core/
modules/ file/ file.entity.inc - Implements EntityInterface::uri().
- file_download_uri in core/
modules/ file/ file.module - Return an URI for a file download.
- file_update_1000 in core/
modules/ file/ file.install - Add a view for managing files.
- file_view_page in core/
modules/ file/ file.pages.inc - Menu callback; view a single file entity.
- filter_update_1002 in core/
modules/ filter/ filter.install - Import the image_library view.
- filter_update_1004 in core/
modules/ filter/ filter.install - Add an exposed filename filter to the image_library view.
- form_options_expand in core/
modules/ field/ modules/ options/ options.module - Expand the "options" form element type.
- form_options_from_text in core/
modules/ field/ modules/ options/ options.module - Create an array representation of text option values.
- form_options_to_text in core/
modules/ field/ modules/ options/ options.module - Create a textual representation of options from an array.
- form_options_validate in core/
modules/ field/ modules/ options/ options.module - Validate the "options" form element type.
- form_type_options_value in core/
modules/ field/ modules/ options/ options.module - This function adjusts the value of the element from a text value to an array.
- hook_menu_link_alter in core/
modules/ system/ system.api.php - Alter the data being saved to the {menu_links} table by menu_link_save().
- hook_tokens_alter in core/
modules/ system/ system.api.php - Alter replacement values for placeholder tokens.
- hook_views_post_render in core/
modules/ views/ views.api.php - Post process any rendered data.
- ImageThemeFunctionWebTestCase::testImageFormatterTheme in core/
modules/ image/ tests/ image.test - Tests usage of the image field formatters.
- image_field_formatter_view in core/
modules/ image/ image.field.inc - Implements hook_field_formatter_view().
- list_field_settings_form in core/
modules/ field/ modules/ list/ list.module - Implements hook_field_settings_form().
- locale_translation_filters in core/
modules/ locale/ locale.pages.inc - List locale translation filters that can be applied.
- locale_translation_filter_form in core/
modules/ locale/ locale.pages.inc - Return form for locale translation filters.
- MenuRouterTestCase::testMenuLinkOptions in core/
modules/ simpletest/ tests/ menu.test - Test menu link 'options' storage and rendering.
- MenuTestCase::assertMenuLink in core/
modules/ menu/ tests/ menu.test - Fetch the menu item from the database and compare it to the specified array.
- MenuTestCase::testMenu in core/
modules/ menu/ tests/ menu.test - Login users, add menus and menu links, and test menu functionality through the admin and user interfaces.
- menu_edit_item in core/
modules/ menu/ menu.admin.inc - Menu callback; Build the menu link editing form.
- menu_edit_item_submit in core/
modules/ menu/ menu.admin.inc - Process menu and menu item add/edit form submissions.
- menu_edit_item_validate in core/
modules/ menu/ menu.admin.inc - Validate form values for a menu link being added or edited.
- menu_form_node_form_alter in core/
modules/ menu/ menu.module - Implements hook_form_BASE_FORM_ID_alter().
- menu_link_maintain in core/
includes/ menu.inc - Inserts, updates, or deletes an un-customized menu link related to a module.
- menu_link_save in core/
includes/ menu.inc - Saves a menu link.
- menu_load_links in core/
includes/ menu.inc - Returns an array containing all links for a menu.
- menu_node_prepare in core/
modules/ menu/ menu.module - Implements hook_node_prepare().
- menu_node_save in core/
modules/ menu/ menu.module - Helper for hook_node_insert() and hook_node_update().
- Node::uri in core/
modules/ node/ node.entity.inc - Implements EntityInterface::uri().
- node_form in core/
modules/ node/ node.pages.inc - Form constructor for the node add/edit form.
- node_page_view in core/
modules/ node/ node.module - Page callback: Displays a single node.
- node_search_execute in core/
modules/ node/ node.module - Implements hook_search_execute().
- node_update_1008 in core/
modules/ node/ node.install - Create the view replacement for admin/content/node.
- node_update_1018 in core/
modules/ node/ node.install - Update content admin view to show scheduled publication info.
- node_update_1023 in core/
modules/ node/ node.install - Create the view replacement for recent content block.
- OptionsWidgetsTestCase::testOnOffCheckbox in core/
modules/ field/ modules/ options/ tests/ options.test - Tests the 'options_onoff' widget.
- options_element_info in core/
modules/ field/ modules/ options/ options.module - Implements hook_element_info().
- options_field_settings_validate in core/
modules/ field/ modules/ options/ options.module - Form #validate callback for Field UI forms that use an options element.
- options_library_info in core/
modules/ field/ modules/ options/ options.module - Implements hook_library_info().
- options_library_info in core/
modules/ field/ modules/ options/ options.module - Implements hook_library_info().
- options_theme in core/
modules/ field/ modules/ options/ options.module - Implements hook_theme().
- redirect_field_attach_form in core/
modules/ redirect/ redirect.module - Implements hook_field_attach_form().
- system_schema in core/
modules/ system/ system.install - Implements hook_schema().
- system_theme in core/
modules/ system/ system.module - Implements hook_theme().
- system_tokens in core/
modules/ system/ system.tokens.inc - Implements hook_tokens().
- system_token_browser in core/
modules/ system/ system.pages.inc - Token browser JSON endpoint callback.
- system_update_1096 in core/
modules/ system/ system.install - Fix icon display for customized system menu items.
- TaxonomyTerm::uri in core/
modules/ taxonomy/ taxonomy.entity.inc - Implements EntityInterface::uri()
- taxonomy_field_formatter_view in core/
modules/ taxonomy/ taxonomy.module - Implements hook_field_formatter_view().
- taxonomy_term_page in core/
modules/ taxonomy/ taxonomy.pages.inc - Menu callback; displays all nodes associated with a term.
- taxonomy_tokens in core/
modules/ taxonomy/ taxonomy.tokens.inc - Implements hook_tokens().
- template_preprocess_comment in core/
modules/ comment/ comment.theme.inc - Preprocesses variables for comment.tpl.php.
- template_preprocess_entity in core/
modules/ entity/ entity.theme.inc - Process variables for entity.tpl.php.
- template_preprocess_file_entity in core/
modules/ file/ file.module - Process variables for file.tpl.php
- template_preprocess_node in core/
modules/ node/ node.theme.inc - Processes variables for node.tpl.php.
- template_preprocess_taxonomy_term in core/
modules/ taxonomy/ taxonomy.theme.inc - Process variables for taxonomy-term.tpl.php.
- template_preprocess_views_view_fields in core/
modules/ views/ templates/ views.theme.inc - Preprocess theme function to print a single record from a row, with fields
- template_preprocess_views_view_mapping_test in core/
modules/ views/ tests/ views_test/ views_test.module - Implements hook_preprocess_HOOK() for theme_views_view_mapping_test().
- template_preprocess_views_view_row_comment in core/
modules/ comment/ views/ comment.views.inc - Template helper for theme_views_view_row_comment
- template_preprocess_views_view_row_rss in core/
modules/ views/ templates/ views.theme.inc - Default theme function for all RSS rows.
- template_preprocess_views_view_rss in core/
modules/ views/ templates/ views.theme.inc - Preprocess an RSS feed
- template_preprocess_views_view_summary_unformatted in core/
modules/ views/ templates/ views.theme.inc - Template preprocess theme function to print summary basically unformatted.
- theme_entityreference_label in core/
modules/ entityreference/ entityreference.module - Theme label.
- theme_file_download_link in core/
modules/ file/ file.theme.inc - Copy of theme_file_link() for linking to the file download URL.
- theme_image_formatter in core/
modules/ image/ image.theme.inc - Returns HTML for an image field formatter.
- theme_link in core/
includes/ theme.inc - Returns HTML for a link.
- TokenTestHelper::assertPageTokens in core/
modules/ simpletest/ tests/ token.test - Make a page request and test for token generation.
- TokenURLTestCase::testURLTokens in core/
modules/ simpletest/ tests/ token.test - token_generate in core/
includes/ token.inc - Generates replacement values for a list of tokens.
- token_test_exit in core/
modules/ simpletest/ tests/ token_test.module - Implements hook_exit().
- User::uri in core/
modules/ user/ user.entity.inc - Implements EntityInterface::uri().
- UserViewsArgumentDefault::view_plugin_argument_default_current_user in core/
modules/ user/ tests/ user_views_argument_default.test - UserViewsHandlerFieldNameTest::view_user_name in core/
modules/ user/ tests/ user_views_handler_field_name.test - UserViewsTestCase::test_view_user_relationship in core/
modules/ user/ tests/ user_views.test - user_filters in core/
modules/ user/ user.module - List user administration filters that can be applied.
- user_menu_link_alter in core/
modules/ user/ user.module - Implements hook_menu_link_alter().
- user_register_submit in core/
modules/ user/ user.module - Submit handler for the user registration form.
- user_update_1009 in core/
modules/ user/ user.install - Create the default view for user administration.
- user_update_1025 in core/
modules/ user/ user.install - Add a "changed" column to the user_admin View.
- view::fix_missing_relationships in core/
modules/ views/ includes/ view.inc - Attempt to discover if the view has handlers missing relationships.
- view::init_query in core/
modules/ views/ includes/ view.inc - Do some common building initialization.
- ViewsArgumentDefaultTest::view_argument_default_fixed in core/
modules/ views/ tests/ views_argument_default.test - ViewsArgumentValidatorTest::view_test_argument_validate_php_failure in core/
modules/ views/ tests/ views_argument_validator.test - ViewsBlock::prepare in core/
modules/ views/ includes/ views.block.inc - Do any processing prior to getTitle() and getContent() being called.
- ViewsBlock::setDefaultsFromView in core/
modules/ views/ includes/ views.block.inc - Given the loaded View object, populate the default settings for this block.
- ViewsExposedFormTest::testRenameResetButton in core/
modules/ views/ tests/ views_exposed_form.test - Tests, whether and how the reset button can be renamed.
- ViewsHandlerFilterDateTest::views_test_between in core/
modules/ views/ tests/ handlers/ views_handler_filter_date.test - ViewsPagerTest::testLimit in core/
modules/ views/ tests/ views_pager.test - Tests the some pager plugin.
- ViewsPagerTest::testNoLimit in core/
modules/ views/ tests/ views_pager.test - Tests the none-pager-query.
- ViewsPagerTest::testNormalPager in core/
modules/ views/ tests/ views_pager.test - Tests the normal pager.
- ViewsPagerTest::viewPagerFullZeroItemsPerPage in core/
modules/ views/ tests/ views_pager.test - ViewsPagerTest::viewsPagerFull in core/
modules/ views/ tests/ views_pager.test - ViewsPagerTest::viewsPagerFullFields in core/
modules/ views/ tests/ views_pager.test - ViewsPagerTest::viewsPagerLimit in core/
modules/ views/ tests/ views_pager.test - ViewsPluginDisplayTestCase::viewFilterGroupsUpdating in core/
modules/ views/ tests/ plugins/ views_plugin_display.test - Returns a test view for testFilterGroupUpdating.
- ViewsPluginStyleJumpMenuTest::getJumpMenuView in core/
modules/ views/ tests/ styles/ views_plugin_style_jump_menu.test - ViewsPluginStyleTestCase::testGroupingLegacy in core/
modules/ views/ tests/ styles/ views_plugin_style.test - Tests the grouping legacy features of styles.
- ViewsPluginStyleTestCase::_testGrouping in core/
modules/ views/ tests/ styles/ views_plugin_style.test - Tests the grouping features of styles.
- ViewsQueryGroupByTest::viewsAggregateCountView in core/
modules/ views/ tests/ views_groupby.test - ViewsSqlTest::getBasicView in core/
modules/ views/ tests/ views_query.test - Build and return a basic view of the views_test table.
- ViewsTranslatableTest::viewUnpackTranslatable in core/
modules/ views/ tests/ views_translatable.test - Custom helper view for testing.
- ViewsUiBaseViewsWizard::block_display_options in core/
modules/ views_ui/ wizards/ views_ui_base_views_wizard.php - ViewsUiBaseViewsWizard::build_form in core/
modules/ views_ui/ wizards/ views_ui_base_views_wizard.php - For AJAX callbacks to build other elements in the "show" form.
- ViewsUiBaseViewsWizard::build_form_style in core/
modules/ views_ui/ wizards/ views_ui_base_views_wizard.php - Build the part of the form that builds the display format options.
- ViewsUiBaseViewsWizard::page_display_options in core/
modules/ views_ui/ wizards/ views_ui_base_views_wizard.php - ViewsUiCommentViewsWizard::build_form_style in core/
modules/ views_ui/ wizards/ views_ui_comment_views_wizard.php - Build the part of the form that builds the display format options.
- ViewsUiNodeViewsWizard::build_form_style in core/
modules/ views_ui/ wizards/ views_ui_node_views_wizard.php - Build the part of the form that builds the display format options.
- ViewsUIWizardJumpMenuTestCase::testJumpMenus in core/
modules/ views/ tests/ views_ui.test - Tests the jump menu style plugin.
- views_handler::groupby_form_submit in core/
modules/ views/ includes/ handlers.inc - Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
- views_handler_area_text::options_submit in core/
modules/ views/ handlers/ views_handler_area_text.inc - Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
- views_handler_argument::default_summary_form in core/
modules/ views/ handlers/ views_handler_argument.inc - Provide a form for selecting further summary options when the default action is set to display one.
- views_handler_argument::options_form in core/
modules/ views/ handlers/ views_handler_argument.inc - Build the options form.
- views_handler_argument::options_submit in core/
modules/ views/ handlers/ views_handler_argument.inc - Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
- views_handler_argument::options_validate in core/
modules/ views/ handlers/ views_handler_argument.inc - Validate the options form.
- views_handler_field::options_submit in core/
modules/ views/ handlers/ views_handler_field.inc - Performs some cleanup tasks on the options array before saving it.
- views_handler_field_bulk_form::options_validate in core/
modules/ views/ handlers/ views_handler_field_bulk_form.inc - Overrides views_handler::options_validate().
- views_handler_field_field::groupby_form_submit in core/
modules/ field/ views/ views_handler_field_field.inc - views_handler_field_serialized::options_validate in core/
modules/ views/ handlers/ views_handler_field_serialized.inc - Validate the options form.
- views_handler_filter::build_group_form in core/
modules/ views/ handlers/ views_handler_filter.inc - Build the form to let users create the group of exposed filters. This form is displayed when users click on button 'Build group'
- views_handler_filter::build_group_submit in core/
modules/ views/ handlers/ views_handler_filter.inc - Save new group items, re-enumerates and remove groups marked to delete.
- views_handler_filter::build_group_validate in core/
modules/ views/ handlers/ views_handler_filter.inc - Validate the build group options form.
- views_handler_filter::expose_validate in core/
modules/ views/ handlers/ views_handler_filter.inc - Validate the options form.
- views_handler_filter_boolean_operator::value_validate in core/
modules/ views/ handlers/ views_handler_filter_boolean_operator.inc - Validate the options form.
- views_handler_filter_date::build_group_validate in core/
modules/ views/ handlers/ views_handler_filter_date.inc - Validate the build group options form.
- views_handler_filter_date::options_validate in core/
modules/ views/ handlers/ views_handler_filter_date.inc - Simple validate handler
- views_handler_filter_in_operator::construct in core/
modules/ views/ handlers/ views_handler_filter_in_operator.inc - Views handlers use a special construct function so that we can more easily construct them with variable arguments.
- views_handler_filter_in_operator::value_submit in core/
modules/ views/ handlers/ views_handler_filter_in_operator.inc - Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
- views_handler_filter_term_node_tid::value_validate in core/
modules/ taxonomy/ views/ views_handler_filter_term_node_tid.inc - Validate the options form.
- views_handler_filter_user_name::value_validate in core/
modules/ user/ views/ views_handler_filter_user_name.inc - Validate the options form.
- views_plugin_display::get_plugin in core/
modules/ views/ plugins/ views_plugin_display.inc - Get the instance of a plugin, for example style or row.
- views_plugin_display::init in core/
modules/ views/ plugins/ views_plugin_display.inc - views_plugin_display::options_form in core/
modules/ views/ plugins/ views_plugin_display.inc - Provide the default form for setting options.
- views_plugin_display::options_submit in core/
modules/ views/ plugins/ views_plugin_display.inc - Perform any necessary changes to the form values prior to storage. There is no need for this function to actually store the data.
- views_plugin_display::option_definition in core/
modules/ views/ plugins/ views_plugin_display.inc - Information about options for all kinds of purposes will be held here. @code 'option_name' => array(
- views_plugin_query_default::options_submit in core/
modules/ views/ plugins/ views_plugin_query_default.inc - Special submit handling.
- views_plugin_row::render in core/
modules/ views/ plugins/ views_plugin_row.inc - Render a row object. This usually passes through to a theme template of some form, but not always.
- views_plugin_row_comment_rss::render in core/
modules/ comment/ views/ views_plugin_row_comment_rss.inc - Render a row object. This usually passes through to a theme template of some form, but not always.
- views_plugin_row_node_rss::render in core/
modules/ node/ views/ views_plugin_row_node_rss.inc - Render a row object. This usually passes through to a theme template of some form, but not always.
- views_plugin_row_rss_fields::render in core/
modules/ views/ plugins/ views_plugin_row_rss_fields.inc - Render a row object. This usually passes through to a theme template of some form, but not always.
- views_plugin_row_search_view::render in core/
modules/ search/ views/ views_plugin_row_search_view.inc - Override the behavior of the render() function.
- views_plugin_style::render_grouping_sets in core/
modules/ views/ plugins/ views_plugin_style.inc - Render the grouping sets.
- views_plugin_style_mapping::render in core/
modules/ views/ plugins/ views_plugin_style_mapping.inc - Overrides views_plugin_style::render().
- views_plugin_style_rss::render in core/
modules/ views/ plugins/ views_plugin_style_rss.inc - Render the display in this style.
- views_plugin_style_summary::render in core/
modules/ views/ plugins/ views_plugin_style_summary.inc - Render the display in this style.
- views_plugin_style_summary_jump_menu::query in core/
modules/ views/ plugins/ views_plugin_style_summary_jump_menu.inc - Add anything to the query that we might need to.
- views_theme in core/
modules/ views/ views.module - Implement hook_theme(). Register views theme functions.
- views_ui_add_item_form in core/
modules/ views_ui/ views_ui.admin.inc - Form to add_item items in the views UI.
- views_ui_config_item_extra_form in core/
modules/ views_ui/ views_ui.admin.inc - Form to config_item items in the views UI.
- views_ui_config_item_extra_form_submit in core/
modules/ views_ui/ views_ui.admin.inc - Submit handler for configing new item(s) to a view.
- views_ui_config_item_extra_form_validate in core/
modules/ views_ui/ views_ui.admin.inc - Validation handler for configing new item(s) to a view.
- views_ui_config_item_form in core/
modules/ views_ui/ views_ui.admin.inc - Form to config_item items in the views UI.
- views_ui_config_item_form_submit in core/
modules/ views_ui/ views_ui.admin.inc - Submit handler for configing new item(s) to a view.
- views_ui_config_item_form_submit_temporary in core/
modules/ views_ui/ views_ui.admin.inc - A submit handler that is used for storing temporary items when using multi-step changes, such as ajax requests.
- views_ui_config_item_form_validate in core/
modules/ views_ui/ views_ui.admin.inc - Submit handler for configing new item(s) to a view.
- views_ui_config_item_group_form in core/
modules/ views_ui/ views_ui.admin.inc - Form to config_item items in the views UI.
- views_ui_config_style_form in core/
modules/ views_ui/ views_ui.admin.inc - Form to config_style items in the views UI.
- views_ui_config_type_form in core/
modules/ views_ui/ views_ui.admin.inc - Form to config items in the views UI.
- views_ui_edit_display_form in core/
modules/ views_ui/ views_ui.admin.inc - Form constructor callback to configure display of a view
- views_ui_edit_display_form_validate in core/
modules/ views_ui/ views_ui.admin.inc - Validate handler for views_ui_edit_display_form
- views_ui_edit_form_get_bucket in core/
modules/ views_ui/ views_ui.admin.inc - Add information about a section to a display.
- _book_add_form_elements in core/
modules/ book/ book.module - Builds the common elements of the book form for the node and outline forms.
- _book_link_defaults in core/
modules/ book/ book.module - Returns an array with default values for a book page's menu link.
- _file_usage_list_links in core/
modules/ file/ file.pages.inc - Build a list of links to content that references a file.
- _form_options_expand in core/
modules/ field/ modules/ options/ options.element.inc - Logic function for form_options_expand(). Do not call directly.
- _form_type_options_value in core/
modules/ field/ modules/ options/ options.element.inc - Logic function for form_type_options_value(). Do not call directly.
- _menu_item_localize in core/
includes/ menu.inc - Localizes the router item title using t() or another callback.
- _menu_link_build in core/
includes/ menu.inc - Builds a link from a router item.
- _menu_link_translate in core/
includes/ menu.inc - Provides menu link access control, translation, and argument handling.
- _menu_translate in core/
includes/ menu.inc - Handles dynamic path translation and menu access control.