| FieldDiscoveryTest |
class |
core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php |
Tests FieldDiscovery service against Drupal 6. |
| FieldDiscoveryTest |
class |
core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php |
Test FieldDiscovery Service against Drupal 7. |
| FieldDiscoveryTest.php |
file |
core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php |
|
| FieldDiscoveryTest.php |
file |
core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php |
|
| FieldDiscoveryTest.php |
file |
core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php |
|
| FieldDiscoveryTest::$fieldDiscovery |
property |
core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php |
The Field discovery service. |
| FieldDiscoveryTest::$fieldDiscovery |
property |
core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php |
The Field discovery service. |
| FieldDiscoveryTest::$fieldPluginManager |
property |
core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php |
A MigrateFieldPluginManager prophecy. |
| FieldDiscoveryTest::$fieldPluginManager |
property |
core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php |
The field plugin manager. |
| FieldDiscoveryTest::$fieldPluginManager |
property |
core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php |
The field plugin manager. |
| FieldDiscoveryTest::$logger |
property |
core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php |
A LoggerChannelInterface prophecy. |
| FieldDiscoveryTest::$logger |
property |
core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php |
The logger. |
| FieldDiscoveryTest::$logger |
property |
core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php |
The logger. |
| FieldDiscoveryTest::$migrationPluginManager |
property |
core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php |
A MigrationPluginManager prophecy. |
| FieldDiscoveryTest::$migrationPluginManager |
property |
core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php |
The migration plugin manager. |
| FieldDiscoveryTest::$migrationPluginManager |
property |
core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php |
The migration plugin manager. |
| FieldDiscoveryTest::$modules |
property |
core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php |
Modules to install. |
| FieldDiscoveryTest::$modules |
property |
core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php |
Modules to install. |
| FieldDiscoveryTest::addAllFieldProcessesAltersData |
function |
core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php |
Provides data for testAddAllFieldProcessesAlters. |
| FieldDiscoveryTest::addAllFieldProcessesAltersData |
function |
core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php |
Provides data for testAddAllFieldProcessesAlters. |
| FieldDiscoveryTest::getAllFieldData |
function |
core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php |
Returns dummy data to test the field getters. |
| FieldDiscoveryTest::getBundleFieldsData |
function |
core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php |
Provides data for testGetBundleFields. |
| FieldDiscoveryTest::getCoreVersionData |
function |
core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php |
Provides data for testGetCoreVersion() |
| FieldDiscoveryTest::getEntityFieldsData |
function |
core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php |
Provides data for testGetEntityFields. |
| FieldDiscoveryTest::getFieldInstanceStubMigrationDefinition |
function |
core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php |
Provides data for testGetFieldInstanceStubMigrationDefinition. |
| FieldDiscoveryTest::setUp |
function |
core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php |
|
| FieldDiscoveryTest::setUp |
function |
core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php |
|
| FieldDiscoveryTest::setUp |
function |
core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php |
|
| FieldDiscoveryTest::testAddAllFieldProcesses |
function |
core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php |
Tests the addAllFieldProcesses method. |
| FieldDiscoveryTest::testAddAllFieldProcesses |
function |
core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php |
Tests the addAllFieldProcesses method. |
| FieldDiscoveryTest::testAddAllFieldProcessesAlters |
function |
core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php |
Tests the addAllFieldProcesses method for field migrations. |
| FieldDiscoveryTest::testAddAllFieldProcessesAlters |
function |
core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php |
Tests the addAllFieldProcesses method for field migrations. |
| FieldDiscoveryTest::testAddFields |
function |
core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php |
Tests the addFields method. |
| FieldDiscoveryTest::testGetAllFields |
function |
core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php |
Tests the getAllFields method. |
| FieldDiscoveryTest::testGetAllFields |
function |
core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php |
Tests the getAllFields method. |
| FieldDiscoveryTest::testGetBundleFields |
function |
core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php |
Tests the protected getEntityFields method. |
| FieldDiscoveryTest::testGetCoreVersion |
function |
core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php |
Tests the protected getCoreVersion method. |
| FieldDiscoveryTest::testGetEntityFields |
function |
core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php |
Tests the protected getEntityFields method. |
| FieldDiscoveryTest::testGetFieldInstanceStubMigrationDefinition |
function |
core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php |
Tests the getFieldInstanceStubMigration method. |
| FieldDiscoveryTest::testGetSourcePlugin |
function |
core/modules/migrate_drupal/tests/src/Kernel/d6/FieldDiscoveryTest.php |
Tests the getSourcePlugin method. |
| FieldDiscoveryTest::testGetSourcePlugin |
function |
core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php |
Tests the getSourcePlugin method. |
| FieldDiscoveryTestClass |
class |
core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php |
A test class to expose protected methods. |
| FieldDiscoveryTestClass.php |
file |
core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php |
|
| FieldDiscoveryTestClass::$testData |
property |
core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php |
An array of test data. |
| FieldDiscoveryTestClass::getAllFields |
function |
core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php |
Gets all field information related to this migration. |
| FieldDiscoveryTestClass::getBundleFields |
function |
core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php |
Gets all field information for a particular entity type and bundle. |
| FieldDiscoveryTestClass::getCoreVersion |
function |
core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php |
Finds the core version of a Drupal migration. |
| FieldDiscoveryTestClass::getEntityFields |
function |
core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php |
Gets all field information for a particular entity type. |
| FieldDiscoveryTestClass::getFieldInstanceStubMigrationDefinition |
function |
core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php |
Provides the stub migration definition for a given Drupal core version. |
| FieldDiscoveryTestClass::getFieldPlugin |
function |
core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php |
Returns the appropriate field plugin for a given field type. |