Search for alt

  1. Search 7.x for alt
  2. Search 9.5.x for alt
  3. Search 8.9.x for alt
  4. Search 10.3.x for alt
  5. Other projects
Title Object type File name Summary
SystemLocalTasksTest class core/modules/system/tests/src/Unit/Menu/SystemLocalTasksTest.php Tests existence of system local tasks.
SystemLocalTasksTest.php file core/modules/system/tests/src/Unit/Menu/SystemLocalTasksTest.php
SystemLocalTasksTest::$themeHandler property core/modules/system/tests/src/Unit/Menu/SystemLocalTasksTest.php The mocked theme handler.
SystemLocalTasksTest::getSystemAdminRoutes function core/modules/system/tests/src/Unit/Menu/SystemLocalTasksTest.php Provides a list of routes to test.
SystemLocalTasksTest::setUp function core/modules/system/tests/src/Unit/Menu/SystemLocalTasksTest.php
SystemLocalTasksTest::testSystemAdminLocalTasks function core/modules/system/tests/src/Unit/Menu/SystemLocalTasksTest.php Tests local task existence.
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().
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.
TaxonomyHooks::localTasksAlter function core/modules/taxonomy/src/Hook/TaxonomyHooks.php Implements hook_local_tasks_alter().
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 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().
TelephoneHooks::fieldFormatterInfoAlter function core/modules/telephone/src/Hook/TelephoneHooks.php Implements hook_field_formatter_info_alter().
TelephoneHooks::fieldTypeCategoryInfoAlter function core/modules/telephone/src/Hook/TelephoneHooks.php Implements hook_field_type_category_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.
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 Stub class for testing LocalTaskDefault.
TestLocalTaskDefault::setRouteProvider function core/tests/Drupal/Tests/Core/Menu/LocalTaskDefaultTest.php
TestModuleRequiredByThemeHooks::systemInfoAlter function core/modules/system/tests/themes/test_theme_depending_on_modules/test_module_required_by_theme/src/Hook/TestModuleRequiredByThemeHooks.php Implements hook_system_info_alter().
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::$result property core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php The view result.
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.
TestViewsLocalTask::setApplicableMenuViews function core/modules/views/tests/src/Unit/Plugin/Derivative/ViewsLocalTaskTest.php Sets applicable views result.
test_deprecated_suggestion_theme_theme_suggestions_alter function core/modules/system/tests/themes/test_deprecated_suggestion_theme/test_deprecated_suggestion_theme.theme Implements hook_theme_suggestions_alter().
test_theme_alter.info.yml file core/modules/system/tests/themes/test_theme_alter/test_theme_alter.info.yml core/modules/system/tests/themes/test_theme_alter/test_theme_alter.info.yml
test_theme_alter.theme file core/modules/system/tests/themes/test_theme_alter/test_theme_alter.theme

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