Search for field_
- Search 7.x for field_
- Search 9.5.x for field_
- Search 10.3.x for field_
- Search 11.x for field_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FieldDiscovery::$fieldPluginManager | property | core/ |
The field plugin manager. |
| FieldDiscovery::$logger | property | core/ |
The logger channel service. |
| FieldDiscovery::$migrationPluginManager | property | core/ |
The migration plugin manager. |
| FieldDiscovery::$sourcePluginIds | property | core/ |
An array of source plugin ids, keyed by Drupal core version. |
| FieldDiscovery::$supportedCoreVersions | property | core/ |
An array of supported Drupal core versions. |
| FieldDiscovery::addAllFieldProcesses | function | core/ |
Adds the field processes to a migration. |
| FieldDiscovery::addBundleFieldProcesses | function | core/ |
Adds the field processes for a bundle to a migration. |
| FieldDiscovery::addEntityFieldProcesses | function | core/ |
Adds the field processes for an entity to a migration. |
| FieldDiscovery::getAllFields | function | core/ |
Gets all field information related to this migration. |
| FieldDiscovery::getBundleFields | function | core/ |
Gets all field information for a particular entity type and bundle. |
| FieldDiscovery::getCckPluginManager | function | core/ |
Gets the deprecated CCK Plugin Manager service as a BC shim. |
| FieldDiscovery::getCoreVersion | function | core/ |
Finds the core version of a Drupal migration. |
| FieldDiscovery::getEntityFields | function | core/ |
Gets all field information for a particular entity type. |
| FieldDiscovery::getFieldInstanceStubMigrationDefinition | function | core/ |
Provides the stub migration definition for a given Drupal core version. |
| FieldDiscovery::getFieldPlugin | function | core/ |
Returns the appropriate field plugin for a given field type. |
| FieldDiscovery::getSourcePlugin | function | core/ |
Gets the source plugin to use to gather field information. |
| FieldDiscovery::__construct | function | core/ |
Constructs a FieldDiscovery object. |
| FieldDiscoveryInterface | interface | core/ |
Provides field discovery for Drupal 6 & 7 migrations. |
| FieldDiscoveryInterface.php | file | core/ |
|
| FieldDiscoveryInterface::addAllFieldProcesses | function | core/ |
Adds the field processes to a migration. |
| FieldDiscoveryInterface::addBundleFieldProcesses | function | core/ |
Adds the field processes for a bundle to a migration. |
| FieldDiscoveryInterface::addEntityFieldProcesses | function | core/ |
Adds the field processes for an entity to a migration. |
| FieldDiscoveryInterface::DRUPAL_6 | constant | core/ |
|
| FieldDiscoveryInterface::DRUPAL_7 | constant | core/ |
|
| FieldDiscoveryTest | class | core/ |
Tests the FieldDiscovery Class. |
| FieldDiscoveryTest | class | core/ |
Tests FieldDiscovery service against Drupal 6. |
| FieldDiscoveryTest | class | core/ |
Test FieldDiscovery Service against Drupal 7. |
| FieldDiscoveryTest.php | file | core/ |
|
| FieldDiscoveryTest.php | file | core/ |
|
| FieldDiscoveryTest.php | file | core/ |
|
| FieldDiscoveryTest::$fieldDiscovery | property | core/ |
The Field discovery service. |
| FieldDiscoveryTest::$fieldDiscovery | property | core/ |
The Field discovery service. |
| FieldDiscoveryTest::$fieldPluginManager | property | core/ |
A MigrateFieldPluginManager prophecy. |
| FieldDiscoveryTest::$fieldPluginManager | property | core/ |
The field plugin manager. |
| FieldDiscoveryTest::$fieldPluginManager | property | core/ |
The field plugin manager. |
| FieldDiscoveryTest::$logger | property | core/ |
A LoggerChannelInterface prophecy. |
| FieldDiscoveryTest::$logger | property | core/ |
The logger. |
| FieldDiscoveryTest::$logger | property | core/ |
The logger. |
| FieldDiscoveryTest::$migrationPluginManager | property | core/ |
A MigrationPluginManager prophecy. |
| FieldDiscoveryTest::$migrationPluginManager | property | core/ |
The migration plugin manager. |
| FieldDiscoveryTest::$migrationPluginManager | property | core/ |
The migration plugin manager. |
| FieldDiscoveryTest::$modules | property | core/ |
Modules to enable. |
| FieldDiscoveryTest::$modules | property | core/ |
Modules to enable. |
| FieldDiscoveryTest::addAllFieldProcessesAltersData | function | core/ |
Provides data for testAddAllFieldProcessesAlters. |
| FieldDiscoveryTest::addAllFieldProcessesAltersData | function | core/ |
Provides data for testAddAllFieldProcessesAlters. |
| FieldDiscoveryTest::getAllFieldData | function | core/ |
Returns dummy data to test the field getters. |
| FieldDiscoveryTest::getBundleFieldsData | function | core/ |
Provides data for testGetBundleFields. |
| FieldDiscoveryTest::getCoreVersionData | function | core/ |
Provides data for testGetCoreVersion() |
| FieldDiscoveryTest::getEntityFieldsData | function | core/ |
Provides data for testGetEntityFields. |
| FieldDiscoveryTest::getFieldInstanceStubMigrationDefinition | function | core/ |
Provides data for testGetFieldInstanceStubMigrationDefinition. |
Pagination
- Previous page
- Page 52
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.