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
CommonTestHooks::drupalAlterAlter function core/modules/system/tests/modules/common_test/src/Hook/CommonTestHooks.php Implements hook_TYPE_alter().
CommonTestHooks::jsAlter function core/modules/system/tests/modules/common_test/src/Hook/CommonTestHooks.php Implements hook_js_alter().
CommonTestHooks::jsSettingsAlter function core/modules/system/tests/modules/common_test/src/Hook/CommonTestHooks.php Implements hook_js_settings_alter().
CommonTestHooks::libraryInfoAlter function core/modules/system/tests/modules/common_test/src/Hook/CommonTestHooks.php Implements hook_library_info_alter().
CommonTestHooks::pageAttachmentsAlter function core/modules/system/tests/modules/common_test/src/Hook/CommonTestHooks.php Implements hook_page_attachments_alter().
common_test_module_implements_alter function core/modules/system/tests/modules/common_test/common_test.module Implements hook_module_implements_alter().
ComponentPluginManager::alterDefinition function core/modules/sdc/src/ComponentPluginManager.php Alters the plugin definition with computed properties.
ComponentPluginManager::alterDefinition function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Alters the plugin definition with computed properties.
ComponentPluginManager::alterDefinitions function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Invokes the hook to alter the definitions if the alter hook is set.
ComponentPluginManager::alterDefinitions function core/modules/sdc/src/ComponentPluginManager.php Invokes the hook to alter the definitions if the alter hook is set.
ComponentRenderTest::checkRenderElementAlters function core/modules/sdc/tests/src/Kernel/ComponentRenderTest.php Ensures the alter callbacks work properly.
ComponentRenderTest::checkRenderElementAlters function core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php Ensures the alter callbacks work properly.
ComposerPluginsValidator::$additionalTrustedComposerPlugins property core/modules/package_manager/src/Validator/ComposerPluginsValidator.php The additional trusted Composer plugin package names.
ConfigActionManager::alterDefinitions function core/lib/Drupal/Core/Config/Action/ConfigActionManager.php Invokes the hook to alter the definitions if the alter hook is set.
ConfigEntityListMultilingualTest class core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php Tests the listing of configuration entities in a multilingual scenario.
ConfigEntityListMultilingualTest.php file core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php
ConfigEntityListMultilingualTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php
ConfigEntityListMultilingualTest::$modules property core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php
ConfigEntityListMultilingualTest::setUp function core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php
ConfigEntityListMultilingualTest::testListUI function core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php Tests the listing UI with different language scenarios.
ConfigEntityQueryTest::testAlterHook function core/tests/Drupal/KernelTests/Core/Entity/ConfigEntityQueryTest.php Test the entity query alter hooks are invoked.
ConfigEntityStaticCacheTestHooks::entityTypeAlter function core/modules/config/tests/config_entity_static_cache_test/src/Hook/ConfigEntityStaticCacheTestHooks.php Implements hook_entity_type_alter().
ConfigImportTestHooks::configImportStepsAlter function core/modules/config/tests/config_import_test/src/Hook/ConfigImportTestHooks.php Implements hook_config_import_steps_alter().
ConfigLocalTasksTest class core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php Tests existence of config local tasks.
ConfigLocalTasksTest.php file core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php
ConfigLocalTasksTest::getConfigAdminRoutes function core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php Provides a list of routes to test.
ConfigLocalTasksTest::setUp function core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php
ConfigLocalTasksTest::testConfigAdminLocalTasks function core/modules/config/tests/src/Unit/Menu/ConfigLocalTasksTest.php Tests config local tasks existence.
ConfigOverrideMessageTestHooks::formSystemSiteInformationSettingsAlter function core/modules/config/tests/config_override_message_test/src/Hook/ConfigOverrideMessageTestHooks.php Implements hook_form_FORM_ID_alter().
ConfigSchemaAlterException class core/lib/Drupal/Core/Config/Schema/ConfigSchemaAlterException.php Exception for when hook_config_schema_info_alter() adds or removes schema.
ConfigSchemaAlterException.php file core/lib/Drupal/Core/Config/Schema/ConfigSchemaAlterException.php
ConfigSchemaTest::testConfigSchemaInfoAlter function core/tests/Drupal/KernelTests/Core/Config/ConfigSchemaTest.php Tests hook_config_schema_info_alter().
ConfigSchemaTestHooks::configSchemaInfoAlter function core/modules/config/tests/config_schema_test/src/Hook/ConfigSchemaTestHooks.php Implements hook_config_schema_info_alter().
ConfigTestHooks::entityQueryTagConfigQueryTestConfigEntityQueryAlterHookTestAlter function core/modules/config/tests/config_test/src/Hook/ConfigTestHooks.php Implements hook_entity_query_tag__ENTITY_TYPE__TAG_alter().
ConfigTestHooks::entityTypeAlter function core/modules/config/tests/config_test/src/Hook/ConfigTestHooks.php Implements hook_entity_type_alter().
ConfigTestRestHooks::entityTypeAlter function core/modules/rest/tests/modules/config_test_rest/src/Hook/ConfigTestRestHooks.php Implements hook_entity_type_alter().
ConfigTranslationFormTest::testConfigTranslationFormAlter function core/modules/config_translation/tests/src/Kernel/ConfigTranslationFormTest.php Tests altering of the configuration translation forms.
ConfigTranslationHooks::configSchemaInfoAlter function core/modules/config_translation/src/Hook/ConfigTranslationHooks.php Implements hook_config_schema_info_alter().
ConfigTranslationHooks::entityTypeAlter function core/modules/config_translation/src/Hook/ConfigTranslationHooks.php Implements hook_entity_type_alter().
ConfigTranslationLocalTask class core/modules/config_translation/src/Plugin/Menu/LocalTask/ConfigTranslationLocalTask.php Defines a local task plugin with a dynamic title.
ConfigTranslationLocalTask.php file core/modules/config_translation/src/Plugin/Menu/LocalTask/ConfigTranslationLocalTask.php
ConfigTranslationLocalTask::$mapperManager property core/modules/config_translation/src/Plugin/Menu/LocalTask/ConfigTranslationLocalTask.php The mapper plugin discovery service.
ConfigTranslationLocalTask::getTitle function core/modules/config_translation/src/Plugin/Menu/LocalTask/ConfigTranslationLocalTask.php Returns the localized title to be shown for this tab.
ConfigTranslationLocalTask::mapperManager function core/modules/config_translation/src/Plugin/Menu/LocalTask/ConfigTranslationLocalTask.php Gets the mapper manager.
ConfigTranslationLocalTasks class core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php Provides dynamic local tasks for config translation.
ConfigTranslationLocalTasks.php file core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php
ConfigTranslationLocalTasks::$basePluginId property core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php The base plugin ID.
ConfigTranslationLocalTasks::$mapperManager property core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php The mapper plugin discovery service.
ConfigTranslationLocalTasks::create function core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php
ConfigTranslationLocalTasks::getDerivativeDefinitions function core/modules/config_translation/src/Plugin/Derivative/ConfigTranslationLocalTasks.php

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