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
MigrateExternalTranslatedTestSource::initializeIterator function core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php Initializes the iterator with the source data.
MigrateExternalTranslatedTestSource::__toString function core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php Allows class to decide how it will react when it is treated like a string.
MigrateFieldInstanceLabelDescriptionTest::migrateDumpAlter function core/modules/field/tests/src/Kernel/Migrate/d6/MigrateFieldInstanceLabelDescriptionTest.php Allows tests to alter dumps after they have loaded.
MigrateFieldInstanceLabelDescriptionTest::migrateDumpAlter function core/modules/field/tests/src/Kernel/Migrate/d7/MigrateFieldInstanceLabelDescriptionTest.php Allows tests to alter dumps after they have loaded.
MigrateFieldInterface::alterFieldFormatterMigration function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field formatter migration.
MigrateFieldInterface::alterFieldInstanceMigration function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field instance migration.
MigrateFieldInterface::alterFieldMigration function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field migration.
MigrateFieldInterface::alterFieldWidgetMigration function core/modules/migrate_drupal/src/Plugin/MigrateFieldInterface.php Apply any custom processing to the field widget migration.
MigrateFileTest::migrateDumpAlter function core/modules/file/tests/src/Kernel/Migrate/d6/MigrateFileTest.php Allows tests to alter dumps after they have loaded.
MigrateFilterFormatTest::migrateDumpAlter function core/modules/filter/tests/src/Kernel/Migrate/d7/MigrateFilterFormatTest.php Allows tests to alter dumps after they have loaded.
MigrateGlobalThemeSettingsTest class core/modules/system/tests/src/Kernel/Migrate/d7/MigrateGlobalThemeSettingsTest.php Tests migration of global theme settings variables to configuration.
MigrateGlobalThemeSettingsTest.php file core/modules/system/tests/src/Kernel/Migrate/d7/MigrateGlobalThemeSettingsTest.php
MigrateGlobalThemeSettingsTest::$modules property core/modules/system/tests/src/Kernel/Migrate/d7/MigrateGlobalThemeSettingsTest.php Modules to install.
MigrateGlobalThemeSettingsTest::setUp function core/modules/system/tests/src/Kernel/Migrate/d7/MigrateGlobalThemeSettingsTest.php
MigrateGlobalThemeSettingsTest::testMigrateThemeSettings function core/modules/system/tests/src/Kernel/Migrate/d7/MigrateGlobalThemeSettingsTest.php Tests migration of global theme settings to configuration.
MigrateLanguageContentCommentSettingsNoEntityTranslationTest::migrateDumpAlter function core/modules/language/tests/src/Kernel/Migrate/d7/MigrateLanguageContentCommentSettingsNoEntityTranslationTest.php Allows tests to alter dumps after they have loaded.
MigrateNoMigrateDrupalTest class core/modules/migrate/tests/src/Functional/MigrateNoMigrateDrupalTest.php Execute migration.
MigrateNoMigrateDrupalTest.php file core/modules/migrate/tests/src/Functional/MigrateNoMigrateDrupalTest.php
MigrateNoMigrateDrupalTest::$defaultTheme property core/modules/migrate/tests/src/Functional/MigrateNoMigrateDrupalTest.php The theme to install as the default for testing.
MigrateNoMigrateDrupalTest::$modules property core/modules/migrate/tests/src/Functional/MigrateNoMigrateDrupalTest.php Modules to install.
MigrateNoMigrateDrupalTest::setUp function core/modules/migrate/tests/src/Functional/MigrateNoMigrateDrupalTest.php
MigrateNoMigrateDrupalTest::testExecutionNoMigrateDrupal function core/modules/migrate/tests/src/Functional/MigrateNoMigrateDrupalTest.php Tests execution of a migration.
migrate_drupal_migration_plugins_alter function core/modules/migrate_drupal/migrate_drupal.module Implements hook_migration_plugins_alter().
MinimalTest class core/profiles/minimal/tests/src/Functional/MinimalTest.php Tests Minimal installation profile expectations.
MinimalTest.php file core/profiles/minimal/tests/src/Functional/MinimalTest.php
MinimalTest::$defaultTheme property core/profiles/minimal/tests/src/Functional/MinimalTest.php The theme to install as the default for testing.
MinimalTest::$profile property core/profiles/minimal/tests/src/Functional/MinimalTest.php The profile to install as a basis for testing.
MinimalTest::testMinimal function core/profiles/minimal/tests/src/Functional/MinimalTest.php Tests Minimal installation profile.
ModeratedContentLocalTaskTest class core/modules/content_moderation/tests/src/Functional/ModeratedContentLocalTaskTest.php Tests moderated content dynamic local task.
ModeratedContentLocalTaskTest.php file core/modules/content_moderation/tests/src/Functional/ModeratedContentLocalTaskTest.php
ModeratedContentLocalTaskTest::$adminUser property core/modules/content_moderation/tests/src/Functional/ModeratedContentLocalTaskTest.php A user to test with.
ModeratedContentLocalTaskTest::$defaultTheme property core/modules/content_moderation/tests/src/Functional/ModeratedContentLocalTaskTest.php The theme to install as the default for testing.
ModeratedContentLocalTaskTest::$modules property core/modules/content_moderation/tests/src/Functional/ModeratedContentLocalTaskTest.php Modules to install.
ModeratedContentLocalTaskTest::setUp function core/modules/content_moderation/tests/src/Functional/ModeratedContentLocalTaskTest.php
ModeratedContentLocalTaskTest::testModeratedContentLocalTask function core/modules/content_moderation/tests/src/Functional/ModeratedContentLocalTaskTest.php Tests the moderated content local task appears.
ModerationFormTest::testAlternativeModerationStateWidget function core/modules/content_moderation/tests/src/Functional/ModerationFormTest.php Tests the moderation_state field when an alternative widget is set.
ModerationHandler::enforceRevisionsBundleFormAlter function core/modules/content_moderation/src/Entity/Handler/ModerationHandler.php Alters bundle forms to enforce revision handling.
ModerationHandler::enforceRevisionsEntityFormAlter function core/modules/content_moderation/src/Entity/Handler/ModerationHandler.php Alters entity forms to enforce revision handling.
ModerationHandlerInterface::enforceRevisionsBundleFormAlter function core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php Alters bundle forms to enforce revision handling.
ModerationHandlerInterface::enforceRevisionsEntityFormAlter function core/modules/content_moderation/src/Entity/Handler/ModerationHandlerInterface.php Alters entity forms to enforce revision handling.
ModerationStateNodeTypeTest::testEnforceRevisionsEntityFormAlter function core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTypeTest.php @covers \Drupal\content_moderation\Entity\Handler\NodeModerationHandler::enforceRevisionsBundleFormAlter
ModerationStateTaxonomyTermTest::testEnforceRevisionsEntityFormAlter function core/modules/content_moderation/tests/src/Functional/ModerationStateTaxonomyTermTest.php Tests the taxonomy term moderation handler alters the forms as intended.
ModuleHandler::$alterEventListeners property core/lib/Drupal/Core/Extension/ModuleHandler.php List of events which implement an alter hook keyed by hook name(s).
ModuleHandler::alter function core/lib/Drupal/Core/Extension/ModuleHandler.php Passes alterable variables to specific hook_TYPE_alter() implementations.
ModuleHandler::alterDeprecated function core/lib/Drupal/Core/Extension/ModuleHandler.php Passes alterable variables to deprecated hook_TYPE_alter() implementations.
ModuleHandler::reOrderModulesForAlter function core/lib/Drupal/Core/Extension/ModuleHandler.php Reorder modules for alters.
ModuleHandlerDeprecatedHookTest::testAlterDeprecated function core/tests/Drupal/KernelTests/Core/Extension/ModuleHandlerDeprecatedHookTest.php @covers ::alterDeprecated
ModuleHandlerInterface::alter function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Passes alterable variables to specific hook_TYPE_alter() implementations.
ModuleHandlerInterface::alterDeprecated function core/lib/Drupal/Core/Extension/ModuleHandlerInterface.php Passes alterable variables to deprecated hook_TYPE_alter() implementations.
ModuleImplementsAlterTest class core/tests/Drupal/KernelTests/Core/Extension/ModuleImplementsAlterTest.php Tests hook_module_implements_alter().

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