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
MediaUiFunctionalTest::$modules property core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php Modules to install.
MediaUiFunctionalTest::setUp function core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php
MediaUiFunctionalTest::testMediaCollectionRoute function core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php Tests the media collection route.
MediaUiFunctionalTest::testMediaCreateRedirect function core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php Tests the redirect URL after creating a media item.
MediaUiFunctionalTest::testMediaWithMultipleMediaTypes function core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php Tests the "media/add" page.
MediaUiFunctionalTest::testMediaWithOnlyOneMediaType function core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php Tests the media actions (add/edit/delete).
MediaUiFunctionalTest::testRenderedEntityReferencedMedia function core/modules/media/tests/src/Functional/MediaUiFunctionalTest.php Tests that media in ER fields use the Rendered Entity formatter by default.
media_library_form_overwrite_test_media_source_info_alter function core/modules/media_library/tests/modules/media_library_form_overwrite_test/media_library_form_overwrite_test.module
media_library_form_views_form_media_library_page_alter function core/modules/media_library/media_library.module Alter the bulk form to add a more accessible label.
media_library_test_entity_type_alter function core/modules/media_library/tests/modules/media_library_test/media_library_test.module Implements hook_entity_type_alter().
media_library_test_field_widget_info_alter function core/modules/media_library/tests/modules/media_library_test/media_library_test.module Implements hook_field_widget_info_alter().
MenuLinkContentHooks::entityTypeAlter function core/modules/menu_link_content/src/Hook/MenuLinkContentHooks.php Implements hook_entity_type_alter().
MenuLinksetRoutes::alterRoutes function core/modules/system/src/Routing/MenuLinksetRoutes.php Alter routes.
MenuOperationsLinkTestHooks::entityOperationAlter function core/modules/menu_link_content/tests/menu_operations_link_test/src/Hook/MenuOperationsLinkTestHooks.php Implements hook_entity_operation_alter().
MenuRouterTest::doTestMenuLinksDiscoveredAlter function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Tests menu links added in hook_menu_links_discovered_alter().
MenuRouterTest::doTestThemeCallbackOptionalTheme function core/modules/system/tests/src/Functional/Menu/MenuRouterTest.php Tests the theme negotiation when it is set to use an optional theme.
MenuTestHooks::menuLinksDiscoveredAlter function core/modules/system/tests/modules/menu_test/src/Hook/MenuTestHooks.php Implements hook_menu_links_discovered_alter().
MenuTestHooks::menuLocalTasksAlter function core/modules/system/tests/modules/menu_test/src/Hook/MenuTestHooks.php Implements hook_menu_local_tasks_alter().
MenuUiHooks::blockViewSystemMenuBlockAlter function core/modules/menu_ui/src/Hook/MenuUiHooks.php Implements hook_block_view_BASE_BLOCK_ID_alter() for 'system_menu_block'.
MenuUiHooks::formNodeFormAlter function core/modules/menu_ui/src/Hook/MenuUiHooks.php Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\NodeForm.
MenuUiHooks::formNodeTypeFormAlter function core/modules/menu_ui/src/Hook/MenuUiHooks.php Implements hook_form_FORM_ID_alter() for \Drupal\node\NodeTypeForm.
MenuUiHooks::systemBreadcrumbAlter function core/modules/menu_ui/src/Hook/MenuUiHooks.php Implements hook_system_breadcrumb_alter().
menu_operations_link_test_entity_operation_alter function core/modules/menu_link_content/tests/menu_operations_link_test/menu_operations_link_test.module Implements hook_entity_operation_alter().
MigrateDrupalHooks::migrationPluginsAlter function core/modules/migrate_drupal/src/Hook/MigrateDrupalHooks.php Implements hook_migration_plugins_alter().
MigrateDrupalServiceProvider::alter function core/modules/migrate_drupal/src/MigrateDrupalServiceProvider.php Modifies existing service definitions.
MigrateDrupalTestBase class core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php Base class for Drupal migration tests.
MigrateDrupalTestBase class core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateDrupalTestBase.php Base class for Tracker Drupal 7 migration tests.
MigrateDrupalTestBase.php file core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php
MigrateDrupalTestBase.php file core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateDrupalTestBase.php
MigrateDrupalTestBase::$modules property core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php Modules to install.
MigrateDrupalTestBase::getFixtureFilePath function core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateDrupalTestBase.php Gets the path to the fixture file.
MigrateDrupalTestBase::loadFixture function core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php Loads a database fixture into the source database connection.
MigrateDrupalTestBase::migrateContentTypes function core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateDrupalTestBase.php Migrates node types.
MigrateDrupalTestBase::migrateUsers function core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateDrupalTestBase.php Executes all user migrations.
MigrateDrupalTestBase::setUp function core/modules/migrate_drupal/tests/src/Kernel/MigrateDrupalTestBase.php
MigrateDrupalTestBase::setUp function core/modules/tracker/tests/src/Kernel/Migrate/d7/MigrateDrupalTestBase.php
MigrateDrupalUiRouteSubscriber::alterRoutes function core/modules/migrate_drupal_ui/src/Routing/MigrateDrupalUiRouteSubscriber.php Alters existing routes for a specific collection.
MigrateDumpAlterInterface interface core/modules/migrate/tests/src/Kernel/MigrateDumpAlterInterface.php Allows tests to alter dumps after they have loaded.
MigrateDumpAlterInterface.php file core/modules/migrate/tests/src/Kernel/MigrateDumpAlterInterface.php
MigrateDumpAlterInterface::migrateDumpAlter function core/modules/migrate/tests/src/Kernel/MigrateDumpAlterInterface.php Allows tests to alter dumps after they have loaded.
MigrateExternalTranslatedTest class core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php Tests migrating non-Drupal translated content.
MigrateExternalTranslatedTest.php file core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php
MigrateExternalTranslatedTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php Modules to install.
MigrateExternalTranslatedTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php
MigrateExternalTranslatedTest::testMigrations function core/modules/migrate/tests/src/Kernel/MigrateExternalTranslatedTest.php Tests importing and rolling back our data.
MigrateExternalTranslatedTestSource class core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php A simple migrate source for our tests.
MigrateExternalTranslatedTestSource.php file core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php
MigrateExternalTranslatedTestSource::$import property core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php The data to import.
MigrateExternalTranslatedTestSource::fields function core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php Returns available fields on the source.
MigrateExternalTranslatedTestSource::getIds function core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php Defines the source fields uniquely identifying a source row.

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