Search for __get
- Search 7.x for __get
- Search 8.9.x for __get
- Search 10.3.x for __get
- Search 11.x for __get
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Migration::getDestinationPlugin | function | core/ |
Returns the initialized destination plugin. |
| Migration::getIdMap | function | core/ |
Returns the initialized id_map plugin. |
| Migration::getIdMapPlugin | function | core/ |
Retrieves the ID map plugin. |
| Migration::getInterruptionResult | function | core/ |
Get the result to return upon interruption. |
| Migration::getMigrationDependencies | function | core/ |
Get the dependencies for this migration. |
| Migration::getMigrationPluginManager | function | core/ |
Gets the migration plugin manager. |
| Migration::getMigrationTags | function | core/ |
The migration tags. |
| Migration::getPluginDefinition | function | core/ |
Gets the definition of the plugin implementation. |
| Migration::getProcess | function | core/ |
Gets the normalized process plugin configuration. |
| Migration::getProcessNormalized | function | core/ |
Resolve shorthands into a list of plugin configurations. |
| Migration::getProcessPlugins | function | core/ |
Returns the process plugins. |
| Migration::getRequirements | function | core/ |
Get a list of required plugin IDs. |
| Migration::getSourceConfiguration | function | core/ |
Get the source configuration, with at least a 'plugin' key. |
| Migration::getSourcePlugin | function | core/ |
Returns the initialized source plugin. |
| Migration::getStatus | function | core/ |
Get the current migration status. |
| Migration::getStatusLabel | function | core/ |
Retrieve a label for the current status. |
| Migration::getTrackLastImported | function | core/ |
If true, track time of last import. |
| MigrationConfigurationTrait::getConfigFactory | function | core/ |
Gets the config factory service. |
| MigrationConfigurationTrait::getConnection | function | core/ |
Gets the database connection for the source Drupal database. |
| MigrationConfigurationTrait::getFollowUpMigrationTags | function | core/ |
Returns the follow-up migration tags. |
| MigrationConfigurationTrait::getLegacyDrupalVersion | function | core/ |
Determines what version of Drupal the source database contains. |
| MigrationConfigurationTrait::getMigrationPluginManager | function | core/ |
Gets the migration plugin manager service. |
| MigrationConfigurationTrait::getMigrations | function | core/ |
Gets the migrations for import. |
| MigrationConfigurationTrait::getState | function | core/ |
Gets the state service. |
| MigrationConfigurationTrait::getSystemData | function | core/ |
Gets the system data from the system table of the source Drupal database. |
| MigrationConfigurationTraitTest::providerTestGetLegacyDrupalVersion | function | core/ |
Provides data for testGetLegacyDrupalVersion. |
| MigrationConfigurationTraitTest::testGetLegacyDrupalVersion | function | core/ |
@covers ::getLegacyDrupalVersion[[api-linebreak]] @dataProvider providerTestGetLegacyDrupalVersion |
| MigrationDeriverTrait::getSourcePlugin | function | core/ |
Returns a fully initialized instance of a source plugin. |
| MigrationInterface::getDestinationConfiguration | function | core/ |
Get the destination configuration, with at least a 'plugin' key. |
| MigrationInterface::getDestinationIds | function | core/ |
The destination identifiers. |
| MigrationInterface::getDestinationPlugin | function | core/ |
Returns the initialized destination plugin. |
| MigrationInterface::getIdMap | function | core/ |
Returns the initialized id_map plugin. |
| MigrationInterface::getInterruptionResult | function | core/ |
Get the result to return upon interruption. |
| MigrationInterface::getMigrationDependencies | function | core/ |
Get the dependencies for this migration. |
| MigrationInterface::getMigrationTags | function | core/ |
The migration tags. |
| MigrationInterface::getProcess | function | core/ |
Gets the normalized process plugin configuration. |
| MigrationInterface::getProcessPlugins | function | core/ |
Returns the process plugins. |
| MigrationInterface::getRequirements | function | core/ |
Get a list of required plugin IDs. |
| MigrationInterface::getSourceConfiguration | function | core/ |
Get the source configuration, with at least a 'plugin' key. |
| MigrationInterface::getSourcePlugin | function | core/ |
Returns the initialized source plugin. |
| MigrationInterface::getStatus | function | core/ |
Get the current migration status. |
| MigrationInterface::getStatusLabel | function | core/ |
Retrieve a label for the current status. |
| MigrationInterface::getTrackLastImported | function | core/ |
If true, track time of last import. |
| MigrationPluginListTest::testGetDefinitions | function | core/ |
@covers ::getDefinitions[[api-linebreak]] |
| MigrationPluginManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
| MigrationPluginManager::getEnforcedSourceModuleTags | function | core/ |
Returns the migration tags that trigger source_module enforcement. |
| MigrationProcessTest::testGetProcess | function | core/ |
Tests that calling getProcess() on a migration does not throw an exception. |
| MigrationProcessTest::testGetProcess | function | core/ |
Tests that calling getProcess() on a migration does not throw an exception. |
| MigrationState::getDestinationsForSource | function | core/ |
Get net destinations for source module. |
| MigrationState::getMigrationStates | function | core/ |
Gets migration state information from *.migrate_drupal.yml. |
Pagination
- Previous page
- Page 135
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.