| MigrateExecutableTest::testImportWithValidRowWithDestinationMigrateException |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests the import method with a thrown MigrateException. |
| MigrateExecutableTest::testImportWithValidRowWithException |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests the import method with a regular Exception being thrown. |
| MigrateExecutableTest::testImportWithValidRowWithoutDestinationId |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests the import method with a valid row. |
| MigrateExecutableTest::testImportWithValidRowWithProcesMigrateException |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests the import method with a thrown MigrateException. |
| MigrateExecutableTest::testMigrateExecutable |
function |
core/modules/migrate/tests/src/Kernel/MigrateExecutableTest.php |
Tests the MigrateExecutable class. |
| MigrateExecutableTest::testProcessRow |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests the processRow method. |
| MigrateExecutableTest::testProcessRowEmptyDestination |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests the processRow method. |
| MigrateExecutableTest::testProcessRowEmptyPipeline |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests the processRow method with an empty pipeline. |
| MigrateExecutableTest::testProcessRowPipelineException |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests the processRow pipeline exception. |
| MigrateExecutableTest::testRollback |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests rollback. |
| MigrateExecutableTest::testStopPipeline |
function |
core/modules/migrate/tests/src/Unit/MigrateExecutableTest.php |
Tests a plugin which stops the pipeline. |
| MigrateIdMapInterface::getQualifiedMapTableName |
function |
core/modules/migrate/src/Plugin/MigrateIdMapInterface.php |
Gets the qualified map table. |
| MigrateImageCacheTest::testMissingTable |
function |
core/modules/image/tests/src/Kernel/Migrate/d6/MigrateImageCacheTest.php |
Tests that an exception is thrown when ImageCache is not installed. |
| MigrateMessageControllerTest::createMigrateTables |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php |
Creates map and message tables for testing. |
| MigrateMessageControllerTest::createSourceTables |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/MigrateMessageControllerTest.php |
Create source tables. |
| MigrateMessageTestBase::createTables |
function |
core/modules/migrate/tests/src/Functional/MigrateMessageTestBase.php |
Creates map and message tables for testing. |
| MigrateNodeCompleteTest::expectedNodeFieldDataTable |
function |
core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeCompleteTest.php |
Provides the expected node_field_data table. |
| MigrateNodeCompleteTest::expectedNodeFieldDataTable |
function |
core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeCompleteTest.php |
Provides the expected node_field_data table. |
| MigrateNodeCompleteTest::expectedNodeFieldRevisionTable |
function |
core/modules/node/tests/src/Kernel/Migrate/d6/MigrateNodeCompleteTest.php |
Provides the expected node_field_revision table. |
| MigrateNodeCompleteTest::expectedNodeFieldRevisionTable |
function |
core/modules/node/tests/src/Kernel/Migrate/d7/MigrateNodeCompleteTest.php |
Provides the expected node_field_revision table. |
| MigrateProcessTestCase::$migrateExecutable |
property |
core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php |
The migration executable or a mock. |
| MigrateSourceInterface::NOT_COUNTABLE |
constant |
core/modules/migrate/src/Plugin/MigrateSourceInterface.php |
Indicates that the source is not countable. |
| MigrateSourceTest::$executable |
property |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
The migrate executable. |
| MigrateSourceTest::getMigrateExecutable |
function |
core/modules/migrate/tests/src/Unit/MigrateSourceTest.php |
Gets a mock executable for the test. |
| MigrateSqlIdMapEnsureTablesTest |
class |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php |
Tests the SQL ID map plugin ensureTables() method. |
| MigrateSqlIdMapEnsureTablesTest.php |
file |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php |
|
| MigrateSqlIdMapEnsureTablesTest::$migrationConfiguration |
property |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php |
The migration configuration, initialized to set the ID and destination IDs. |
| MigrateSqlIdMapEnsureTablesTest::runEnsureTablesTest |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php |
Actually run the test. |
| MigrateSqlIdMapEnsureTablesTest::testEnsureTablesExist |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php |
Tests the ensureTables method when the tables exist. |
| MigrateSqlIdMapEnsureTablesTest::testEnsureTablesNotExist |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapEnsureTablesTest.php |
Tests the ensureTables method when the tables do not exist. |
| MigrateSqlIdMapTest::testGetQualifiedMapTablePrefix |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests the getQualifiedMapTable method with a prefixed database. |
| MigrateSqlIdMapTest::testMapTableCreation |
function |
core/modules/migrate/tests/src/Unit/MigrateSqlIdMapTest.php |
Tests the delayed creation of the "map" and "message" migrate tables. |
| MigrateValidatableEntityInterface |
interface |
core/modules/migrate/src/Plugin/MigrateValidatableEntityInterface.php |
To implement by a destination plugin that should provide entity validation. |
| MigrateValidatableEntityInterface.php |
file |
core/modules/migrate/src/Plugin/MigrateValidatableEntityInterface.php |
|
| MigrateValidatableEntityInterface::isEntityValidationRequired |
function |
core/modules/migrate/src/Plugin/MigrateValidatableEntityInterface.php |
Returns a state of whether an entity needs to be validated before saving. |
| MigrateValidatableEntityInterface::validateEntity |
function |
core/modules/migrate/src/Plugin/MigrateValidatableEntityInterface.php |
Validates the entity. |
| Migration::isAuditable |
function |
core/modules/migrate/src/Plugin/Migration.php |
Indicates if the migration is auditable. |
| MigrationInterface::isAuditable |
function |
core/modules/migrate/src/Plugin/MigrationInterface.php |
Indicates if the migration is auditable. |
| ModerationStateJoinViewsHandlerTrait::ensureMyTable |
function |
core/modules/content_moderation/src/Plugin/views/ModerationStateJoinViewsHandlerTrait.php |
|
| ModulesListNonStableConfirmForm |
class |
core/modules/system/src/Form/ModulesListNonStableConfirmForm.php |
Builds a confirmation form for enabling experimental and deprecated modules. |
| ModulesListNonStableConfirmForm.php |
file |
core/modules/system/src/Form/ModulesListNonStableConfirmForm.php |
|
| ModulesListNonStableConfirmForm::$contribDeprecatedModules |
property |
core/modules/system/src/Form/ModulesListNonStableConfirmForm.php |
Boolean indicating a contrib deprecated module is being enabled. |
| ModulesListNonStableConfirmForm::$coreDeprecatedModules |
property |
core/modules/system/src/Form/ModulesListNonStableConfirmForm.php |
Boolean indicating a core deprecated module is being enabled. |
| ModulesListNonStableConfirmForm::$groupedModuleInfo |
property |
core/modules/system/src/Form/ModulesListNonStableConfirmForm.php |
An array of module names to be enabled, keyed by lifecycle. |
| ModulesListNonStableConfirmForm::$moduleExtensionList |
property |
core/modules/system/src/Form/ModulesListNonStableConfirmForm.php |
Module extension list. |
| ModulesListNonStableConfirmForm::buildDeprecatedMessage |
function |
core/modules/system/src/Form/ModulesListNonStableConfirmForm.php |
Builds a message to be displayed to the user enabling deprecated modules. |
| ModulesListNonStableConfirmForm::buildMessageList |
function |
core/modules/system/src/Form/ModulesListNonStableConfirmForm.php |
Builds the message list for the confirmation form. |
| ModulesListNonStableConfirmForm::buildNonStableInfo |
function |
core/modules/system/src/Form/ModulesListNonStableConfirmForm.php |
Sets properties with information about non-stable modules being enabled. |
| ModulesListNonStableConfirmForm::create |
function |
core/modules/system/src/Form/ModulesListNonStableConfirmForm.php |
Instantiates a new instance of this class. |
| ModulesListNonStableConfirmForm::getFormId |
function |
core/modules/system/src/Form/ModulesListNonStableConfirmForm.php |
Returns a unique string identifying the form. |