Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| MigrateShortcutTest::testShortcutMigration | function | core/ |
Tests the shortcut migration. |
| MigrateSkipAllRowsTestHooks | class | core/ |
Hook implementations for migrate_skip_all_rows_test. |
| MigrateSkipAllRowsTestHooks.php | file | core/ |
|
| MigrateSkipAllRowsTestHooks::migratePrepareRow | function | core/ |
Implements hook_migrate_prepare_row(). |
| MigrateSkipProcessException | class | core/ |
This exception is thrown when the rest of the process should be skipped. |
| MigrateSkipProcessException.php | file | core/ |
|
| MigrateSkipProcessException::__construct | function | core/ |
|
| MigrateSkipProcessExceptionTest | class | core/ |
Tests deprecation error on MigrateSkipProcessException. |
| MigrateSkipProcessExceptionTest.php | file | core/ |
|
| MigrateSkipProcessExceptionTest::testDeprecation | function | core/ |
Tests a deprecation error is triggered on throw. |
| MigrateSkipRowException | class | core/ |
This exception is thrown when a row should be skipped. |
| MigrateSkipRowException.php | file | core/ |
|
| MigrateSkipRowException::$saveToMap | property | core/ |
Whether to record the skip in the map table, or skip silently. |
| MigrateSkipRowException::getSaveToMap | function | core/ |
Whether the thrower wants to record this skip in the map table. |
| MigrateSkipRowException::__construct | function | core/ |
Constructs a MigrateSkipRowException object. |
| MigrateSkipRowTest | class | core/ |
Tests row skips triggered during hook_migrate_prepare_row(). |
| MigrateSkipRowTest.php | file | core/ |
|
| MigrateSkipRowTest::$modules | property | core/ |
Modules to install. |
| MigrateSkipRowTest::testPrepareRowSkip | function | core/ |
Tests migration interruptions. |
| MigrateSource | class | core/ |
Defines a MigrateSource attribute. |
| MigrateSource | class | core/ |
Defines a migration source plugin annotation object. |
| MigrateSource.php | file | core/ |
|
| MigrateSource.php | file | core/ |
|
| MigrateSource::$id | property | core/ |
A unique identifier for the process plugin. |
| MigrateSource::$minimum_version | property | core/ |
Specifies the minimum version of the source provider. |
| MigrateSource::$requirements_met | property | core/ |
Whether requirements are met. |
| MigrateSource::$source_module | property | core/ |
Identifies the system providing the data the source plugin will read. |
| MigrateSource::getProvider | function | core/ |
Gets the name of the provider of the annotated class. |
| MigrateSource::getProviders | function | core/ |
Gets the provider names of the annotated class. |
| MigrateSource::setProviders | function | core/ |
Sets the provider names of the annotated class. |
| MigrateSource::__construct | function | core/ |
Constructs a migrate source plugin attribute object. |
| MigrateSourceDiscoveryTest | class | core/ |
Tests discovery of source plugins with annotations. |
| MigrateSourceDiscoveryTest.php | file | core/ |
|
| MigrateSourceDiscoveryTest::$modules | property | core/ |
Modules to install. |
| MigrateSourceDiscoveryTest::testAnnotationGetDefinitionsBackwardsCompatibility | function | core/ |
Tests annotation get definitions backwards compatibility. |
| MigrateSourceDiscoveryTest::testGetDefinitions | function | core/ |
Tests get definitions. |
| MigrateSourceInterface | interface | core/ |
Defines an interface for migrate sources. |
| MigrateSourceInterface.php | file | core/ |
|
| MigrateSourceInterface::fields | function | core/ |
Returns available fields on the source. |
| MigrateSourceInterface::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| MigrateSourceInterface::getSourceModule | function | core/ |
Gets the source module providing the source data. |
| MigrateSourceInterface::NOT_COUNTABLE | constant | core/ |
Indicates that the source is not countable. |
| MigrateSourceInterface::prepareRow | function | core/ |
Adds additional data to the row. |
| MigrateSourceInterface::__toString | function | core/ |
Allows class to decide how it will react when it is treated like a string. |
| MigrateSourcePluginManager | class | core/ |
Plugin manager for migrate source plugins. |
| MigrateSourcePluginManager.php | file | core/ |
|
| MigrateSourcePluginManager::findDefinitions | function | core/ |
Finds plugin definitions. |
| MigrateSourcePluginManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
| MigrateSourcePluginManager::__construct | function | core/ |
MigrateSourcePluginManager constructor. |
| MigrateSourceTest | class | core/ |
Tests Drupal\migrate\Plugin\migrate\source\SourcePluginBase. |
Pagination
- Previous page
- Page 948
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.