Search for manager
- Search 7.x for manager
- Search 9.5.x for manager
- Search 8.9.x for manager
- Search 10.3.x for manager
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
MigrationPluginManager::buildDependencyMigration | function | core/ |
Builds a dependency tree for the migrations and set their order. |
MigrationPluginManager::createInstance | function | core/ |
Creates a plugin instance based on the provided ID and configuration. |
MigrationPluginManager::createInstances | function | core/ |
Create pre-configured instance of plugin derivatives. |
MigrationPluginManager::createInstancesByTag | function | core/ |
Create migrations given a tag. |
MigrationPluginManager::createStubMigration | function | core/ |
Creates a stub migration plugin from a definition array. |
MigrationPluginManager::expandPluginIds | function | core/ |
Expand derivative migration dependencies. |
MigrationPluginManager::findDefinitions | function | core/ |
Finds plugin definitions. |
MigrationPluginManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
MigrationPluginManager::getEnforcedSourceModuleTags | function | core/ |
Returns the migration tags that trigger source_module enforcement. |
MigrationPluginManager::processDefinition | function | core/ |
Performs extra processing on plugin definitions. |
MigrationPluginManager::__construct | function | core/ |
MigrationPluginManager constructor. |
MigrationPluginManager::__construct | function | core/ |
Construct a migration plugin manager. |
MigrationPluginManagerInterface | interface | core/ |
Migration plugin manager interface. |
MigrationPluginManagerInterface.php | file | core/ |
|
MigrationPluginManagerInterface::createInstances | function | core/ |
Create pre-configured instance of plugin derivatives. |
MigrationPluginManagerInterface::createInstancesByTag | function | core/ |
Create migrations given a tag. |
MigrationPluginManagerInterface::createStubMigration | function | core/ |
Creates a stub migration plugin from a definition array. |
MigrationPluginManagerInterface::expandPluginIds | function | core/ |
Expand derivative migration dependencies. |
MigrationPluginManagerTest | class | core/ |
Tests Drupal\migrate\Plugin\MigrationPluginManager. |
MigrationPluginManagerTest | class | core/ |
Tests the migration plugin manager. |
MigrationPluginManagerTest.php | file | core/ |
|
MigrationPluginManagerTest.php | file | core/ |
|
MigrationPluginManagerTest::$migrationPluginManager | property | core/ |
The migration plugin manager. |
MigrationPluginManagerTest::$modules | property | core/ |
Modules to install. |
MigrationPluginManagerTest::$pluginManager | property | core/ |
A plugin manager. |
MigrationPluginManagerTest::dependencyProvider | function | core/ |
Provide dependency data for testing. |
MigrationPluginManagerTest::providerCreateInstanceByTag | function | core/ |
Data provider for testCreateInstancesByTag. |
MigrationPluginManagerTest::setUp | function | core/ |
|
MigrationPluginManagerTest::setUp | function | core/ |
|
MigrationPluginManagerTest::testCreateInstancesByTag | function | core/ |
Tests Migration::createInstancesByTag(). |
MigrationPluginManagerTest::testDependencyBuilding | function | core/ |
Tests building dependencies for multiple migrations. |
MigrationPluginManagerTest::testExpandPluginIds | function | core/ |
Tests that expandPluginIds returns all derivatives. |
MigrationSourceCacheTest::$migrationPluginManager | property | core/ |
The migration plugin manager. |
MigrationState::$fieldPluginManager | property | core/ |
The field plugin manager service. |
MigrationTest::getMockPluginManager | function | core/ |
Returns a mock MigrationPluginManager. |
MimeTypeGuesser::$streamWrapperManager | property | core/ |
The stream wrapper manager. |
MockAliasManager | class | core/ |
An easily configurable mock alias manager. |
MockAliasManager.php | file | core/ |
|
MockAliasManager::$aliases | property | core/ |
Array of mocked aliases. Keys are system paths, followed by language. |
MockAliasManager::$defaultLanguage | property | core/ |
The language to assume a path alias is for if not specified. |
MockAliasManager::$lookedUp | property | core/ |
An index of aliases that have been requested. |
MockAliasManager::$systemPaths | property | core/ |
Array of mocked aliases. Keys are aliases, followed by language. |
MockAliasManager::addAlias | function | core/ |
Adds an alias to the in-memory alias table for this object. |
MockAliasManager::cacheClear | function | core/ |
Clears the static caches in alias manager and rebuilds the prefix list. |
MockAliasManager::getAliasByPath | function | core/ |
|
MockAliasManager::getPathByAlias | function | core/ |
Given the alias, return the path it represents. |
MockBlockManager | class | core/ |
Defines a plugin manager used by Plugin API derivative unit tests. |
MockBlockManager.php | file | core/ |
|
MockBlockManager::createContextDefinition | function | core/ |
Creates a new context definition with a label that is cast to string. |
MockBlockManager::__construct | function | core/ |
Pagination
- Previous page
- Page 46
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.