Search for discovery

  1. Search 7.x for discovery
  2. Search 9.5.x for discovery
  3. Search 10.3.x for discovery
  4. Search 11.x for discovery
  5. Search main for discovery
  6. Other projects
Title Object type File name Summary
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 enable.
FieldDiscoveryTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php Modules to enable.
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::testGetCckPluginManager function core/modules/migrate_drupal/tests/src/Kernel/d7/FieldDiscoveryTest.php Tests the fallback to deprecated CCK Plugin Manager.
FieldDiscoveryTest::testGetCoreVersion function core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php Test 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.
FieldDiscoveryTestClass::getSourcePlugin function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php Gets the source plugin to use to gather field information.
FieldDiscoveryTestClass::__construct function core/modules/migrate_drupal/tests/modules/field_discovery_test/src/FieldDiscoveryTestClass.php Constructs a FieldDiscoveryTestClass object.
FieldDiscoveryTestTrait trait core/modules/migrate_drupal/tests/src/Traits/FieldDiscoveryTestTrait.php Helper functions to test field discovery.
FieldDiscoveryTestTrait.php file core/modules/migrate_drupal/tests/src/Traits/FieldDiscoveryTestTrait.php
FieldDiscoveryTestTrait::assertFieldProcess function core/modules/migrate_drupal/tests/src/Traits/FieldDiscoveryTestTrait.php Asserts the field discovery returns the expected processes.
FieldDiscoveryTestTrait::assertFieldProcessKeys function core/modules/migrate_drupal/tests/src/Traits/FieldDiscoveryTestTrait.php Asserts the field discovery returns the expected processes.
FieldDiscoveryTestTrait::assertSourcePlugin function core/modules/migrate_drupal/tests/src/Traits/FieldDiscoveryTestTrait.php Asserts a migrate source plugin.
FieldMigration::$fieldDiscovery property core/modules/migrate_drupal/src/Plugin/migrate/FieldMigration.php The migration field discovery service.
field_discovery_test.info.yml file core/modules/migrate_drupal/tests/modules/field_discovery_test/field_discovery_test.info.yml core/modules/migrate_drupal/tests/modules/field_discovery_test/field_discovery_test.info.yml
FileSystemModuleDiscoveryDataProviderTrait trait core/tests/Drupal/KernelTests/FileSystemModuleDiscoveryDataProviderTrait.php A trait used in testing for providing a list of modules in a dataProvider.
FileSystemModuleDiscoveryDataProviderTrait.php file core/tests/Drupal/KernelTests/FileSystemModuleDiscoveryDataProviderTrait.php
FileSystemModuleDiscoveryDataProviderTrait::coreModuleListDataProvider function core/tests/Drupal/KernelTests/FileSystemModuleDiscoveryDataProviderTrait.php A data provider that lists every module in core.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.