Search for alter

  1. Search 7.x for alter
  2. Search 9.5.x for alter
  3. Search 8.9.x for alter
  4. Search 10.3.x for alter
  5. Other projects
Title Object type File name Summary
ServiceProviderBase::alter function core/lib/Drupal/Core/DependencyInjection/ServiceProviderBase.php Modifies existing service definitions.
ServiceProviderTestServiceProvider::alter function core/modules/system/tests/modules/service_provider_test/src/ServiceProviderTestServiceProvider.php Modifies existing service definitions.
SettingsTrayHooks::blockAlter function core/modules/settings_tray/src/Hook/SettingsTrayHooks.php Implements hook_block_alter().
SettingsTrayHooks::blockViewAlter function core/modules/settings_tray/src/Hook/SettingsTrayHooks.php Implements hook_block_view_alter().
SettingsTrayHooks::contextualLinksViewAlter function core/modules/settings_tray/src/Hook/SettingsTrayHooks.php Implements hook_contextual_links_view_alter().
SettingsTrayHooks::cssAlter function core/modules/settings_tray/src/Hook/SettingsTrayHooks.php Implements hook_css_alter().
SettingsTrayHooks::toolbarAlter function core/modules/settings_tray/src/Hook/SettingsTrayHooks.php Implements hook_toolbar_alter().
SpecialAttributesRouteSubscriber::alterRoutes function core/lib/Drupal/Core/EventSubscriber/SpecialAttributesRouteSubscriber.php Alters existing routes for a specific collection.
SpecialAttributesRouteSubscriber::onAlterRoutes function core/lib/Drupal/Core/EventSubscriber/SpecialAttributesRouteSubscriber.php Delegates the route altering to self::alterRoutes().
Sql::alter function core/modules/views/src/Plugin/views/query/Sql.php Let modules modify the query just prior to finalizing it.
SqlBase::exposedFormAlter function core/modules/views/src/Plugin/views/pager/SqlBase.php Allows the exposed form to be altered.
StandardHooks::formInstallConfigureFormAlter function core/profiles/standard/src/Hook/StandardHooks.php Implements hook_form_FORM_ID_alter() for install_configure_form().
standard_form_install_configure_form_alter function core/profiles/standard/standard.profile Implements hook_form_FORM_ID_alter() for install_configure_form().
StaticTest::alterRouteDefinition function core/modules/views/tests/modules/views_test_data/src/Plugin/views/access/StaticTest.php Allows access plugins to alter the route definition of a view.
statistics_block_alter function core/modules/statistics/statistics.module Implements hook_block_alter().
statistics_node_links_alter function core/modules/statistics/statistics.module Implements hook_node_links_alter().
SuperUserAccessPolicyTest::alterPermissionsProvider function core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php Data provider for testAlterPermissions.
SuperUserAccessPolicyTest::testAlterPermissions function core/tests/Drupal/Tests/Core/Session/SuperUserAccessPolicyTest.php Tests the alterPermissions method.
SyslogHooks::formSystemLoggingSettingsAlter function core/modules/syslog/src/Hook/SyslogHooks.php Implements hook_form_FORM_ID_alter().
system.access_route_alter_subscriber service core/modules/system/system.services.yml Drupal\system\EventSubscriber\AccessRouteAlterSubscriber
SystemHooks::archiverInfoAlter function core/modules/system/src/Hook/SystemHooks.php Implements hook_archiver_info_alter().
SystemHooks::blockViewSystemMainBlockAlter function core/modules/system/src/Hook/SystemHooks.php Implements hook_block_view_BASE_BLOCK_ID_alter().
SystemHooks::elementInfoAlter function core/modules/system/src/Hook/SystemHooks.php Implements hook_element_info_alter().
SystemHooks::jsSettingsAlter function core/modules/system/src/Hook/SystemHooks.php Implements hook_js_settings_alter().
SystemHooks::libraryInfoAlter function core/modules/system/src/Hook/SystemHooks.php Implements hook_library_info_alter().
SystemHooks::queryEntityReferenceAlter function core/modules/system/src/Hook/SystemHooks.php Implements hook_query_TAG_alter() for entity reference selection handlers.
SystemHooks::systemInfoAlter function core/modules/system/src/Hook/SystemHooks.php Implements hook_system_info_alter().
SystemHooks::themeRegistryAlter function core/modules/system/src/Hook/SystemHooks.php Implements hook_theme_registry_alter().
SystemModuleTestHooks::pageAttachmentsAlter function core/modules/system/tests/modules/system_module_test/src/Hook/SystemModuleTestHooks.php Implements hook_page_attachments_alter().
SystemTestHooks::systemInfoAlter function core/modules/system/tests/modules/system_test/src/Hook/SystemTestHooks.php Implements hook_system_info_alter().
system_module_test_page_attachments_alter function core/modules/system/tests/modules/system_module_test/system_module_test.module Implements hook_page_attachments_alter().
TaxonomyHooks::localTasksAlter function core/modules/taxonomy/src/Hook/TaxonomyHooks.php Implements hook_local_tasks_alter().
TaxonomyQueryAlterTest class core/modules/taxonomy/tests/src/Kernel/TaxonomyQueryAlterTest.php Tests that appropriate query tags are added.
TaxonomyQueryAlterTest.php file core/modules/taxonomy/tests/src/Kernel/TaxonomyQueryAlterTest.php
TaxonomyQueryAlterTest::$modules property core/modules/taxonomy/tests/src/Kernel/TaxonomyQueryAlterTest.php Modules to install.
TaxonomyQueryAlterTest::assertQueryTagTestResult function core/modules/taxonomy/tests/src/Kernel/TaxonomyQueryAlterTest.php Verifies invocation of the hooks in the test module.
TaxonomyQueryAlterTest::setupQueryTagTestHooks function core/modules/taxonomy/tests/src/Kernel/TaxonomyQueryAlterTest.php Sets up the hooks in the test module.
TaxonomyQueryAlterTest::testTaxonomyQueryAlter function core/modules/taxonomy/tests/src/Kernel/TaxonomyQueryAlterTest.php Tests that appropriate tags are added when querying the database.
TaxonomyTermDisplayConfigurableTestHooks::entityBaseFieldInfoAlter function core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/src/Hook/TaxonomyTermDisplayConfigurableTestHooks.php Implements hook_entity_base_field_info_alter().
TaxonomyTermModerationHandler::enforceRevisionsBundleFormAlter function core/modules/content_moderation/src/Entity/Handler/TaxonomyTermModerationHandler.php Alters bundle forms to enforce revision handling.
TaxonomyTermModerationHandler::enforceRevisionsEntityFormAlter function core/modules/content_moderation/src/Entity/Handler/TaxonomyTermModerationHandler.php Alters entity forms to enforce revision handling.
TaxonomyTestHooks::formTaxonomyTermFormAlter function core/modules/taxonomy/tests/modules/taxonomy_test/src/Hook/TaxonomyTestHooks.php Implements hook_form_BASE_FORM_ID_alter() for the taxonomy term form.
TaxonomyTestHooks::queryAlter function core/modules/taxonomy/tests/modules/taxonomy_test/src/Hook/TaxonomyTestHooks.php Implements hook_query_alter().
TaxonomyTestHooks::queryTaxonomyTermAccessAlter function core/modules/taxonomy/tests/modules/taxonomy_test/src/Hook/TaxonomyTestHooks.php Implements hook_query_TAG_alter().
TaxonomyTestHooks::queryTermAccessAlter function core/modules/taxonomy/tests/modules/taxonomy_test/src/Hook/TaxonomyTestHooks.php Implements hook_query_TAG_alter().
TaxonomyViewsHooks::fieldViewsDataAlter function core/modules/taxonomy/src/Hook/TaxonomyViewsHooks.php Implements hook_field_views_data_alter().
TaxonomyViewsHooks::viewsDataAlter function core/modules/taxonomy/src/Hook/TaxonomyViewsHooks.php Implements hook_views_data_alter().
taxonomy_field_views_data_alter function core/modules/taxonomy/taxonomy.views.inc Implements hook_field_views_data_alter().
taxonomy_term_display_configurable_test_entity_base_field_info_alter function core/modules/taxonomy/tests/modules/taxonomy_term_display_configurable_test/taxonomy_term_display_configurable_test.module Implements hook_entity_base_field_info_alter().
taxonomy_test_form_taxonomy_term_form_alter function core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.module Implements hook_form_BASE_FORM_ID_alter() for the taxonomy term form.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.