admin_bar_admin_bar_replacements in core/modules/admin_bar/admin_bar.module
Implements hook_admin_bar_replacements().
admin_bar_locale_links in core/modules/admin_bar/admin_bar.module
Build Locale links.
admin_bar_theme_settings in core/modules/admin_bar/admin_bar.inc
Form builder function for module settings.
BareUpgradePathTestCase::testBareUpgrade in core/modules/simpletest/tests/upgrade/upgrade_bare.test
Test a successful upgrade.
BlockBroken::getAdminPreview in core/modules/layout/includes/block.class.inc
BlockText::form in core/modules/layout/includes/block.text.inc
Builds the block's configuration form.
BlockText::formSubmit in core/modules/layout/includes/block.text.inc
Submit handler to save the form settings.
BlockText::formValidate in core/modules/layout/includes/block.text.inc
Validates the form settings.
BlockTranslationTestCase::testTranslateCustomBlock in core/modules/block/tests/block.translation.test
Test creating custom block, translate it, and then deleting it.
block_admin_list in core/modules/block/block.admin.inc
Page callback; Display a list of all custom blocks.
block_custom_block_form in core/modules/block/block.module
Form constructor for the custom block form.
ckeditor5_enable in core/modules/ckeditor5/ckeditor5.install
Implements hook_enable().
ckeditor_requirements in core/modules/ckeditor/ckeditor.install
Implements hook_requirements().
color_custom_theme in core/modules/color/color.module
Implements hook_custom_theme().
CommentFieldsTest::testCommentEnable in core/modules/comment/tests/comment.test
Tests that comment module works when enabled after a content module.
comment_update_1008 in core/modules/comment/comment.install
Replace comment_subject_field setting with comment_title_options.
comment_views_data in core/modules/comment/views/comment.views.inc
DashboardMenuBlock::form in core/modules/dashboard/includes/block.menus.inc
Build the settings form for editing this block.
DashboardMenuBlock::getContent in core/modules/dashboard/includes/block.menus.inc
Return the content of a block.
DashboardMenuBlock::__construct in core/modules/dashboard/includes/block.menus.inc
Create a new Block object.
DashboardOverviewContentBlock::form in core/modules/dashboard/includes/block.overview_content.inc
Build the settings form for editing this block.
DashboardOverviewContentBlock::getContent in core/modules/dashboard/includes/block.overview_content.inc
Return the content of a block.
DashboardTaxonomyBlock::form in core/modules/dashboard/includes/block.taxonomy.inc
Build the settings form for editing this block.
DashboardTaxonomyBlock::getContent in core/modules/dashboard/includes/block.taxonomy.inc
Return the content of a block.
DashboardUpdateBlock::form in core/modules/dashboard/includes/block.update.inc
Build the settings form for editing this block.
DashboardUpdateBlock::getContent in core/modules/dashboard/includes/block.update.inc
Return the content of a block.
DashboardWelcomeBlock::getContent in core/modules/dashboard/includes/block.welcome.inc
Return the content of a block.
dashboard_block_info in core/modules/dashboard/dashboard.module
Implements hook_block_info().
dblog_menu in core/modules/dblog/dblog.module
Implements hook_menu().
entityreference_entityreference_behavior_plugins in core/modules/entityreference/entityreference.module
Implements hook_entityreference_behavior_plugins().
entityreference_entityreference_selection_plugins in core/modules/entityreference/entityreference.module
Implements hook_entityreference_selection_plugins().
entityreference_field_property_callback in core/modules/entityreference/entityreference.module
Property callback for the Entity Metadata framework.
entityreference_field_widget_info_alter in core/modules/entityreference/entityreference.module
Implements hook_field_widget_info_alter().
field_system_info_alter in core/modules/field/field.module
Implements hook_system_info_alter().
field_validate_field in core/modules/field/field.crud.inc
Validates a field configuration.
file_example_show_session_contents_submit in modules/examples/file_example/file_example.module
Utility submit function to show the contents of $_SESSION.
file_file_delete in core/modules/file/file.file.inc
Implements hook_file_delete().
file_file_formatter_info in core/modules/file/file.module
Implements hook_file_formatter_info().
file_file_update in core/modules/file/file.file.inc
Implements hook_file_update().
file_list_types_page in core/modules/file/file.admin.inc
Displays the file type admin overview page.
filter_admin_overview in core/modules/filter/filter.admin.inc
Page callback: Form constructor for a form to list and reorder text formats.
filter_config_data_validate in core/modules/filter/filter.module
Implements hook_config_data_validate().
form_test_menu in core/modules/simpletest/tests/form_test.module
Implements hook_menu().
hook_config_data_validate in core/modules/config/config.api.php
Validate a configuration before saving it.
hook_entity_info in core/modules/entity/entity.api.php
Inform the base system and the Field API about one or more entity types.
hook_file_formatter_info in core/modules/file/file.api.php
Define file formatters.
InstallerBrowserAdministrationTestCase::testProjectBrowserInstallPage in core/modules/installer/tests/installer.test
install_configure_form_submit in core/includes/install.core.inc
Form submission handler for install_configure_form().
install_finished in core/includes/install.core.inc
Finishes importing files at end of installation.
LayoutInterfaceTest::testBlockUninstall in core/modules/layout/tests/layout.test
Tests layout_modules_uninstalled().
layout_menu_item_form in core/modules/layout/layout.admin.inc
Form callback; Configure a layout menu item.
menu_edit_item in core/modules/menu/menu.admin.inc
Menu callback; Build the menu link editing form.
menu_form_node_form_alter in core/modules/menu/menu.module
Implements hook_form_BASE_FORM_ID_alter().
menu_node_prepare in core/modules/menu/menu.module
Implements hook_node_prepare().
menu_overview_form in core/modules/menu/menu.admin.inc
Form for editing an entire menu tree at once.
menu_overview_page in core/modules/menu/menu.admin.inc
Menu callback which shows an overview page of all the custom menus and their descriptions.
ModuleImplementsAlterTestCase::testModuleImplementsAlter in core/modules/simpletest/tests/module.test
Tests hook_module_implements_alter() adding an implementation.
ModuleTestCase::assertModules in core/modules/system/tests/system.test
Assert the list of modules are enabled or disabled.
ModuleUnitTest::testDependencyResolution in core/modules/simpletest/tests/module.test
Test dependency resolution.
module_disable in core/includes/module.inc
Disables a given set of modules.
NodeBlock::form in core/modules/node/node.block.inc
Builds the block's settings configuration form.
NodeBlock::formSubmit in core/modules/node/node.block.inc
Submit handler to save the form settings.
NodeBlock::getContent in core/modules/node/node.block.inc
Sets block content on block view.
NodeBlock::getTitle in core/modules/node/node.block.inc
Sets block subject on block view.
NodeStorageController::preDelete in core/modules/node/node.entity.inc
Overrides EntityDatabaseStorageController::preDelete().
node_entity_info in core/modules/node/node.module
Implements hook_entity_info().
node_field_extra_fields in core/modules/node/node.module
Implements hook_field_extra_fields().
node_form in core/modules/node/node.pages.inc
Form constructor for the node add/edit form.
node_overview_types in core/modules/node/node.types.inc
Page callback: Displays the content type admin overview page.
node_path_info in core/modules/node/node.path.inc
Implements hook_path_info().
node_query_node_access_alter in core/modules/node/node.module
Implements hook_query_TAG_alter().
node_token_info in core/modules/node/node.tokens.inc
Implements hook_token_info().
node_type_form in core/modules/node/node.types.inc
Form constructor for the node type editing form.
node_type_form_submit in core/modules/node/node.types.inc
Form submission handler for node_type_form().
path_admin_form in core/modules/path/path.admin.inc
Form builder; Main URL alias pattern administration form.
path_admin_overview in core/modules/path/path.admin.inc
Returns a listing of all defined URL aliases.
path_autocomplete in core/modules/system/system.module
Menu callback; Autocomplete callback for paths.
path_patterns_settings_form in core/modules/path/path.admin.inc
Form builder; Configure the URL alias pattern settings.
redirect_list_form in core/modules/redirect/redirect.admin.inc
Form callback; Display the list of all redirects.
redirect_list_table in core/modules/redirect/redirect.admin.inc
Display a list of redirects. Used on forms when editing an entity.
redirect_menu in core/modules/redirect/redirect.module
Implements hook_menu().
redirect_settings_form in core/modules/redirect/redirect.admin.inc
Form builder for redirection settings.
redirect_views_data in core/modules/redirect/views/redirect.views.inc
Implements hook_views_data().
syslog_form_system_logging_settings_alter in core/modules/syslog/syslog.module
Implements hook_form_FORM_ID_alter().
SystemInfoAlterTestCase::testSystemInfoAlter in core/modules/system/tests/system.test
Tests that {system}.info is rebuilt after a module that implements hook_system_info_alter() is enabled. Also tests if core *_list() functions return freshly altered info.
SystemMainContentFallback::testMainContentFallback in core/modules/system/tests/system.test
Test availability of main content.
system_date_time_formats in core/modules/system/system.admin.inc
Displays the date format strings overview page.
system_menu_block_build in core/modules/system/system.menu.inc
Build a menu tree based on the provided configuration.
system_modules_submit in core/modules/system/system.admin.inc
Submit callback; handles modules form submission.
system_requirements in core/modules/system/system.install
Implements hook_requirements().
system_theme_settings in core/modules/system/system.admin.inc
Form builder; display configuration for individual themes.
system_update_1046 in core/modules/system/system.install
Upgrade or prepare for transliteration functions in core.
system_update_1052 in core/modules/system/system.install
Disable project browser if it previously existed on the site.
system_update_1089 in core/modules/system/system.install
Enable Admin Bar's Language Switcher component if this is a multilingual site.
taxonomy_autocomplete_validate in core/modules/taxonomy/taxonomy.module
Form element validate handler for taxonomy term autocomplete element.
taxonomy_field_extra_fields in core/modules/taxonomy/taxonomy.module
Implements hook_field_extra_fields().
taxonomy_field_widget_settings_form in core/modules/taxonomy/taxonomy.module
Implements hook_field_widget_settings_form().
taxonomy_form_term in core/modules/taxonomy/taxonomy.admin.inc
Form function for the term edit form.
taxonomy_form_vocabulary in core/modules/taxonomy/taxonomy.admin.inc
Form builder for the vocabulary editing form.
taxonomy_menu_local_tasks_alter in core/modules/taxonomy/taxonomy.module
Implements hook_menu_local_tasks_alter().
taxonomy_overview_terms in core/modules/taxonomy/taxonomy.admin.inc
Form builder for the taxonomy terms overview.
taxonomy_path_info in core/modules/taxonomy/taxonomy.path.inc
Implements hook_path_info().
telemetry_telemetry_data in core/modules/telemetry/telemetry.telemetry.inc
Implements hook_telemetry_data().
template_preprocess_block in core/modules/layout/layout.theme.inc
Prepares variables for block templates.
template_preprocess_user_picture in core/modules/user/user.theme.inc
Process variables for user-picture.tpl.php.
theme-settings.php in core/themes/basis/theme-settings.php
Theme settings file for Basis.
theme_image_style_list in core/modules/image/image.theme.inc
Returns HTML for the page containing the list of image styles.
theme_menu_overview_form in core/modules/menu/menu.theme.inc
Returns HTML for the menu overview form into a table.
theme_taxonomy_overview_terms in core/modules/taxonomy/taxonomy.theme.inc
Returns HTML for a terms overview form as a sortable list of terms.
theme_update_last_check in core/modules/update/update.theme.inc
Returns HTML for the last time we checked for update data.
theme_update_report in core/modules/update/update.theme.inc
Returns HTML for the project status report.
token_example_token_info in modules/examples/token_example/token_example.tokens.inc
Implements hook_token_info().
update_helpful_links in core/update.php
Provides links to the homepage and administration pages.
update_results_page in core/update.php
Displays results of the update script with any accompanying errors.
update_settings in core/modules/update/update.admin.inc
Form constructor for the update settings form.
update_settings_submit in core/modules/update/update.admin.inc
Form submission handler for update_settings().
user_account_form in core/modules/user/user.module
Helper function to add default user account fields to user registration and edit form.
user_admin_roles in core/modules/user/user.admin.inc
Form to re-order roles.
user_admin_settings in core/modules/user/user.admin.inc
Form builder; Configure user settings for this site.
user_menu_alter in core/modules/user/user.module
Implements hook_menu_alter().
user_update_1021 in core/modules/user/user.install
Make sure that generation of automatic path alias is enabled for user 1.
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.
views_get_localization_plugin in core/modules/views/views.module
Load the current enabled localization plugin.
views_handler_field_history_user_timestamp::init in core/modules/node/views/views_handler_field_history_user_timestamp.inc
init the handler with necessary data.
views_handler_field_history_user_timestamp::options_form in core/modules/node/views/views_handler_field_history_user_timestamp.inc
Provide link to node option
views_handler_field_history_user_timestamp::render in core/modules/node/views/views_handler_field_history_user_timestamp.inc
Render the field.
views_handler_field_node::init in core/modules/node/views/views_handler_field_node.inc
init the handler with necessary data.
views_handler_field_node_revision::init in core/modules/node/views/views_handler_field_node_revision.inc
init the handler with necessary data.
views_handler_field_node_revision::render_link in core/modules/node/views/views_handler_field_node_revision.inc
Render whatever the data is as a link to the node.
views_handler_field_user_picture::options_form in core/modules/user/views/views_handler_field_user_picture.inc
Default options form that provides the label widget that all fields should have.
views_handler_field_user_picture::render in core/modules/user/views/views_handler_field_user_picture.inc
Render the field.
views_handler_filter_history_user_timestamp::query in core/modules/node/views/views_handler_filter_history_user_timestamp.inc
Add this filter to the query.
views_plugin_display::options_summary in core/modules/views/plugins/views_plugin_display.inc
Provide the default summary for options in the views UI.
views_plugin_display_page::options_form in core/modules/views/plugins/views_plugin_display_page.inc
Provide the default form for setting options.
views_ui_edit_form_get_bucket in core/modules/views_ui/views_ui.admin.inc
Add information about a section to a display.
views_ui_menu in core/modules/views_ui/views_ui.module
Implements hook_menu().
views_ui_preprocess_views_view in core/modules/views_ui/views_ui.module
Theme preprocess for views-view.tpl.php.
views_ui_render_display_top in core/modules/views_ui/views_ui.admin.inc
Render the top of the display so it can be updated during ajax operations.
views_ui_views_ui_wizards in core/modules/views_ui/views_ui.module
Implements hook_views_ui_wizards().
views_views_data in core/modules/views/includes/views.views.inc
Implements hook_views_data().
_admin_bar_flush_cache in core/modules/admin_bar/admin_bar.inc
Flush all caches or a specific one.
_file_types_build in core/modules/file/file.module
Builds and returns the list of available file types.
_installer_browser_is_project_enabled in core/modules/installer/installer.browser.inc
Checks if a project is enabled.
_layout_get_operations in core/modules/layout/layout.admin.inc
Given a layout, return a list of operations that can be performed on it.
_layout_settings_get_group_operations in core/modules/layout/layout.admin.inc
Given a path, return a list of operations for a group of layouts.
_link_sanitize in core/modules/link/link.module
Clean up user-entered values for a link field according to field settings.
_locale_import_po in core/includes/gettext.inc
Parses Gettext Portable Object information and inserts it into the database.
_menu_get_options in core/modules/menu/menu.module
Helper function to get the items of the given menu.
_menu_overview_tree_form in core/modules/menu/menu.admin.inc
Recursive helper function for menu_overview_form().
_node_types_build in core/modules/node/node.module
Builds and returns the list of available node types.
_token_example_get_comment in modules/examples/token_example/token_example.module
Builds a list of available comments.
_update_requirement_check in core/modules/update/update.install
Fills in the requirements array.
_views_ui_get_operations in core/modules/views_ui/views_ui.admin.inc
Given a view, return a list of operations that can be performed on it.
_vocabulary_get_operations in core/modules/taxonomy/taxonomy.admin.inc
Given a vocabulary, return a list of operations that can be performed on it.