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
ClassWriter::flushAlteredCodeToFile function core/tests/Drupal/TestTools/PhpUnitCompatibility/ClassWriter.php Flushes altered class code to file when necessary.
CommentDisplayConfigurableTestHooks::entityBaseFieldInfoAlter function core/modules/comment/tests/modules/comment_display_configurable_test/src/Hook/CommentDisplayConfigurableTestHooks.php Implements hook_entity_base_field_info_alter().
CommentHooks::fieldInfoEntityTypeUiDefinitionsAlter function core/modules/comment/src/Hook/CommentHooks.php Implements hook_field_info_entity_type_ui_definitions_alter().
CommentHooks::fieldTypeCategoryInfoAlter function core/modules/comment/src/Hook/CommentHooks.php Implements hook_field_type_category_info_alter().
CommentHooks::nodeLinksAlter function core/modules/comment/src/Hook/CommentHooks.php Implements hook_node_links_alter().
CommentHooks::nodeViewAlter function core/modules/comment/src/Hook/CommentHooks.php Implements hook_ENTITY_TYPE_view_alter() for node entities.
CommentLinksAlterTest class core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php Tests comment links altering.
CommentLinksAlterTest.php file core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php
CommentLinksAlterTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php The theme to install as the default for testing.
CommentLinksAlterTest::$modules property core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php Modules to install.
CommentLinksAlterTest::setUp function core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php
CommentLinksAlterTest::testCommentLinksAlter function core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php Tests comment links altering.
CommentSelection::entityQueryAlter function core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php Allows altering the SelectQuery generated by EntityFieldQuery.
CommentTestHooks::commentLinksAlter function core/modules/comment/tests/modules/comment_test/src/Hook/CommentTestHooks.php Implements hook_comment_links_alter().
CommentTestHooks::entityTypeAlter function core/modules/comment/tests/modules/comment_test/src/Hook/CommentTestHooks.php Implements hook_entity_type_alter().
CommentTranslationHandler::entityFormAlter function core/modules/comment/src/CommentTranslationHandler.php Performs the needed alterations to the entity form.
CommentViewBuilder::alterBuild function core/modules/comment/src/CommentViewBuilder.php Specific per-entity building.
CommentViewsHooks::viewsDataAlter function core/modules/comment/src/Hook/CommentViewsHooks.php Implements hook_views_data_alter().
comment_display_configurable_test_entity_base_field_info_alter function core/modules/comment/tests/modules/comment_display_configurable_test/comment_display_configurable_test.module Implements hook_entity_base_field_info_alter().
comment_test_comment_links_alter function core/modules/comment/tests/modules/comment_test/comment_test.module Implements hook_comment_links_alter().
comment_test_entity_type_alter function core/modules/comment/tests/modules/comment_test/comment_test.module Implements hook_entity_type_alter().
comment_views_data_alter function core/modules/comment/comment.views.inc Implements hook_views_data_alter().
CommonTestHooks::blockDrupalAlterFooAlter function core/modules/system/tests/modules/common_test/src/Hook/CommonTestHooks.php Implements hook_TYPE_alter().
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().
ComponentPluginManager::alterDefinition function core/lib/Drupal/Core/Theme/ComponentPluginManager.php Alters the plugin definition with computed properties.
ComponentPluginManager::alterDefinition function core/modules/sdc/src/ComponentPluginManager.php Alters the plugin definition with computed properties.
ComponentPluginManager::alterDefinitions function core/modules/sdc/src/ComponentPluginManager.php Invokes the hook to alter the definitions if the alter hook is set.
ComponentPluginManager::alterDefinitions function core/lib/Drupal/Core/Theme/ComponentPluginManager.php
ComponentRenderTest::checkRenderElementAlters function core/tests/Drupal/KernelTests/Components/ComponentRenderTest.php Ensures the alter callbacks work properly.
ComponentRenderTest::checkRenderElementAlters function core/modules/sdc/tests/src/Kernel/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
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 The theme to install as the default for testing.
ConfigEntityListMultilingualTest::$modules property core/modules/config/tests/src/Functional/ConfigEntityListMultilingualTest.php Modules to install.
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().
ConfigImportTestHooks::stepAlter function core/modules/config/tests/config_import_test/src/Hook/ConfigImportTestHooks.php Implements configuration synchronization step added by an alter for testing.
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

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