Search for prepare

  1. Search 7.x for prepare
  2. Search 9.5.x for prepare
  3. Search 8.9.x for prepare
  4. Search 10.3.x for prepare
  5. Search 11.x for prepare
  6. Other projects
Title Object type File name Summary
LanguageContentSettings::prepareRow function core/modules/language/src/Plugin/migrate/source/d7/LanguageContentSettings.php Adds additional data to the row.
LanguageContentSettingsTaxonomyVocabulary::prepareRow function core/modules/language/src/Plugin/migrate/source/d6/LanguageContentSettingsTaxonomyVocabulary.php Adds additional data to the row.
LayoutBuilder::prepareLayout function core/modules/layout_builder/src/Element/LayoutBuilder.php Prepares a layout for use in the UI.
LayoutBuilderEvents::PREPARE_LAYOUT constant core/modules/layout_builder/src/LayoutBuilderEvents.php Name of the event fired in when preparing a layout builder element.
LayoutBuilderPrepareLayoutTest class core/modules/layout_builder/tests/src/Functional/LayoutBuilderPrepareLayoutTest.php Tests the ability to alter a layout builder element while preparing.
LayoutBuilderPrepareLayoutTest.php file core/modules/layout_builder/tests/src/Functional/LayoutBuilderPrepareLayoutTest.php
LayoutBuilderPrepareLayoutTest::$defaultTheme property core/modules/layout_builder/tests/src/Functional/LayoutBuilderPrepareLayoutTest.php
LayoutBuilderPrepareLayoutTest::$modules property core/modules/layout_builder/tests/src/Functional/LayoutBuilderPrepareLayoutTest.php
LayoutBuilderPrepareLayoutTest::setUp function core/modules/layout_builder/tests/src/Functional/LayoutBuilderPrepareLayoutTest.php
LayoutBuilderPrepareLayoutTest::testAlterPrepareLayout function core/modules/layout_builder/tests/src/Functional/LayoutBuilderPrepareLayoutTest.php Tests that we can alter a Layout Builder element while preparing.
layout_builder.element.prepare_layout service core/modules/layout_builder/layout_builder.services.yml Drupal\layout_builder\EventSubscriber\PrepareLayout
layout_builder_element_test.prepare_layout service core/modules/layout_builder/tests/modules/layout_builder_element_test/layout_builder_element_test.services.yml Drupal\layout_builder_element_test\EventSubscriber\TestPrepareLayout
LocaleProjectRepository::prepareProjectList function core/modules/locale/src/LocaleProjectRepository.php Prepare module and theme data.
MaintenanceThemeUpdateRegistryTest::prepareEnvironment function core/modules/system/tests/src/Functional/Theme/MaintenanceThemeUpdateRegistryTest.php
MaintenanceThemeUpdateRegistryTest::prepareSettings function core/modules/system/tests/src/Functional/Theme/MaintenanceThemeUpdateRegistryTest.php
Media::prepareSave function core/modules/media/src/Entity/Media.php Sets the media entity's field values from the source's metadata.
MediaSourceBase::prepareFormDisplay function core/modules/media/src/MediaSourceBase.php Prepares the media type fields for this source in the form display.
MediaSourceBase::prepareViewDisplay function core/modules/media/src/MediaSourceBase.php Prepares the media type fields for this source in the view display.
MediaSourceInterface::prepareFormDisplay function core/modules/media/src/MediaSourceInterface.php Prepares the media type fields for this source in the form display.
MediaSourceInterface::prepareViewDisplay function core/modules/media/src/MediaSourceInterface.php Prepares the media type fields for this source in the view display.
MemoryBackend::prepareItem function core/lib/Drupal/Core/Cache/MemoryBackend.php Prepares a cached item.
MemoryCache::prepareItem function core/lib/Drupal/Core/Cache/MemoryCache/MemoryCache.php Prepares a cached item.
MenuLink::prepareRow function core/modules/menu_link_content/src/Plugin/migrate/source/MenuLink.php Adds additional data to the row.
MenuLinkLocalized::prepareRow function core/modules/menu_link_content/src/Plugin/migrate/source/d7/MenuLinkLocalized.php Adds additional data to the row.
MenuLinkTranslation::prepareRow function core/modules/menu_link_content/src/Plugin/migrate/source/d6/MenuLinkTranslation.php Adds additional data to the row.
MenuLinkTranslation::prepareRow function core/modules/menu_link_content/src/Plugin/migrate/source/d7/MenuLinkTranslation.php Adds additional data to the row.
MenuTreeStorage::prepareLink function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Prepares a link by unserializing values and saving the definition.
MigrateIdMapInterface::prepareUpdate function core/modules/migrate/src/Plugin/MigrateIdMapInterface.php Prepares to run a full update.
MigratePrepareRowTestHooks class core/modules/migrate/tests/modules/migrate_prepare_row_test/src/Hook/MigratePrepareRowTestHooks.php Hook implementations for migrate_prepare_row_test.
MigratePrepareRowTestHooks.php file core/modules/migrate/tests/modules/migrate_prepare_row_test/src/Hook/MigratePrepareRowTestHooks.php
MigratePrepareRowTestHooks::migratePrepareRow function core/modules/migrate/tests/modules/migrate_prepare_row_test/src/Hook/MigratePrepareRowTestHooks.php Implements hook_migrate_prepare_row().
MigrateSkipAllRowsTestHooks::migratePrepareRow function core/modules/migrate/tests/modules/migrate_skip_all_rows_test/src/Hook/MigrateSkipAllRowsTestHooks.php Implements hook_migrate_prepare_row().
MigrateSkipRowTest::testPrepareRowSkip function core/modules/migrate/tests/src/Kernel/MigrateSkipRowTest.php Tests migration interruptions.
MigrateSourceInterface::prepareRow function core/modules/migrate/src/Plugin/MigrateSourceInterface.php Adds additional data to the row.
MigrateSourceTest::testPrepareRow function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests basic row preparation.
MigrateSourceTest::testPrepareRowFalse function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests that we don't get a row if prepareRow() is false.
MigrateSourceTest::testPrepareRowGlobalPrepareSkip function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests that global prepare hooks can skip rows.
MigrateSourceTest::testPrepareRowMigratePrepareSkip function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests that migrate specific prepare hooks can skip rows.
MigrateSourceTest::testPrepareRowPrepareException function core/modules/migrate/tests/src/Unit/MigrateSourceTest.php Tests that a skip exception during prepare hooks correctly skips.
MigrateSourceTestBase::migratePrepareRow function core/modules/migrate/tests/src/Kernel/MigrateSourceTestBase.php Implements hook_migrate_prepare_row().
MigrateSqlIdMapTest::testPrepareUpdate function core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php Tests prepareUpdate().
MigrateTestBase::prepareMigration function core/modules/migrate/tests/src/Kernel/MigrateTestBase.php Modify a migration's configuration before executing it.
MigrateTestBase::prepareMigrations function core/modules/migrate/tests/src/Kernel/MigrateTestBase.php Prepare any dependent migrations.
migrate_prepare_row_test.info.yml file core/modules/migrate/tests/modules/migrate_prepare_row_test/migrate_prepare_row_test.info.yml core/modules/migrate/tests/modules/migrate_prepare_row_test/migrate_prepare_row_test.info.yml
migrate_sql_prepare_query_test.info.yml file core/modules/migrate/tests/modules/migrate_sql_prepare_query_test/migrate_sql_prepare_query_test.info.yml core/modules/migrate/tests/modules/migrate_sql_prepare_query_test/migrate_sql_prepare_query_test.info.yml
MigrationLookupTestCase::prepareContainer function core/modules/migrate/tests/src/Unit/process/MigrationLookupTestCase.php Prepares and sets the container.
MultilingualReviewPageTestBase::prepare function core/modules/migrate_drupal_ui/tests/src/Functional/MultilingualReviewPageTestBase.php Performs preparation for the form tests.
MultipleDistributionsProfileTest::prepareEnvironment function core/tests/Drupal/FunctionalTests/Installer/MultipleDistributionsProfileTest.php
Node::prepareRow function core/modules/node/src/Plugin/migrate/source/d6/Node.php Adds additional data to the row.
Node::prepareRow function core/modules/node/src/Plugin/migrate/source/d7/Node.php Adds additional data to the row.

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