Search for alt

  1. Search 7.x for alt
  2. Search 9.5.x for alt
  3. Search 10.3.x for alt
  4. Search 11.x for alt
  5. Other projects
Title Object type File name Summary
system_element_info_alter function core/modules/system/system.module Implements hook_element_info_alter().
system_form_alter function core/modules/system/system.module Implements hook_form_alter().
system_form_form_test_alter_form_alter function core/modules/system/tests/modules/form_test/form_test.module Implements hook_form_FORM_ID_alter() on behalf of system.module.
system_js_settings_alter function core/modules/system/system.module Implements hook_js_settings_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().
system_query_entity_reference_alter function core/modules/system/system.module Implements hook_query_TAG_alter() for entity reference selection handlers.
system_system_info_alter function core/modules/system/system.module Implements hook_system_info_alter().
system_test_system_info_alter function core/modules/system/tests/modules/system_test/system_test.module Implements hook_system_info_alter().
TagTest::providerViewsUiAutocompleteIndividualTags function core/modules/views_ui/tests/src/Kernel/TagTest.php Data provider for testViewsUiAutocompleteIndividualTags().
TagTest::testViewsUiAutocompleteIndividualTags function core/modules/views_ui/tests/src/Kernel/TagTest.php Tests that comma delimited tags are treated as individual tags.
TaxonomyLocalTasksTest class core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php Tests existence of taxonomy local tasks.
TaxonomyLocalTasksTest.php file core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php
TaxonomyLocalTasksTest::getTaxonomyPageRoutes function core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php Provides a list of routes to test.
TaxonomyLocalTasksTest::setUp function core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php
TaxonomyLocalTasksTest::testTaxonomyPageLocalTasks function core/modules/taxonomy/tests/src/Unit/Menu/TaxonomyLocalTasksTest.php Checks taxonomy edit local tasks.
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 enable.
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.
TaxonomyTermParentMultilingualTest class core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermParentMultilingualTest.php Tests the upgrade path for taxonomy parents with multilingual terms.
TaxonomyTermParentMultilingualTest.php file core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermParentMultilingualTest.php
TaxonomyTermParentMultilingualTest::replaceUser1 function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermParentMultilingualTest.php Replace User 1 with the user created here.
TaxonomyTermParentMultilingualTest::setDatabaseDumpFiles function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermParentMultilingualTest.php Set database dump files to be used.
TaxonomyTermParentMultilingualTest::testMultilingualTermParentUpdate function core/modules/taxonomy/tests/src/Functional/Update/TaxonomyTermParentMultilingualTest.php Tests taxonomy multilingual term parents update.
taxonomy_entity_type_alter function core/modules/taxonomy/taxonomy.module Implements hook_entity_type_alter().
taxonomy_field_views_data_alter function core/modules/taxonomy/taxonomy.views.inc Implements hook_field_views_data_alter().
taxonomy_page_attachments_alter function core/modules/taxonomy/taxonomy.module Implements hook_page_attachments_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.
taxonomy_test_query_alter function core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.module Implements hook_query_alter().
taxonomy_test_query_taxonomy_term_access_alter function core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.module Implements hook_query_TAG_alter().
taxonomy_test_query_term_access_alter function core/modules/taxonomy/tests/modules/taxonomy_test/taxonomy_test.module Implements hook_query_TAG_alter().
taxonomy_views_data_alter function core/modules/taxonomy/taxonomy.views.inc Implements hook_views_data_alter().
taxonomy_views_plugins_argument_validator_alter function core/modules/taxonomy/taxonomy.views.inc Implements hook_views_plugins_argument_validator_alter().
telephone_field_formatter_info_alter function core/modules/telephone/telephone.module Implements hook_field_formatter_info_alter().
TermTest::providerTestGetIndividualTermWithParent function core/modules/jsonapi/tests/src/Functional/TermTest.php Data provider for ::testGetIndividualTermWithParent().
TermTest::testGetIndividualTermWithParent function core/modules/jsonapi/tests/src/Functional/TermTest.php Tests GETting a term with a parent term other than the default <root> (0).
TermTranslationHandler::entityFormAlter function core/modules/taxonomy/src/TermTranslationHandler.php Performs the needed alterations to the entity form.
TestDiscoveryDeprecationTest::testHookSimpletestAlter function core/modules/simpletest/tests/src/Kernel/TestDiscoveryDeprecationTest.php @expectedDeprecation The deprecated alter hook hook_simpletest_alter() is implemented in these functions: simpletest_deprecation_test_simpletest_alter. Convert your test to a PHPUnit-based one and implement test listeners. See:…
TestLocalTaskController class core/modules/content_moderation/tests/modules/content_moderation_test_local_task/src/Controller/TestLocalTaskController.php A test controller.
TestLocalTaskController.php file core/modules/content_moderation/tests/modules/content_moderation_test_local_task/src/Controller/TestLocalTaskController.php
TestLocalTaskController::methodWithoutUpcastNode function core/modules/content_moderation/tests/modules/content_moderation_test_local_task/src/Controller/TestLocalTaskController.php A method which does not hint the node parameter to avoid upcasting.
TestLocalTaskDefault class core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php
TestLocalTaskDefault::setRouteProvider function core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php
TestServiceProvider::alter function core/tests/Drupal/KernelTests/TestServiceProvider.php Modifies existing service definitions.
TestSuiteBaseTest::testLocalTimeZone function core/tests/Drupal/Tests/Core/Test/TestSuiteBaseTest.php Tests the assumption that local time is in 'Australia/Sydney'.
TestViewsLocalTask class core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Replaces the applicable views call for easier testability.
TestViewsLocalTask::getApplicableMenuViews function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Return a list of all views and display IDs that have a menu entry.

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