Search for discovery

  1. Search 7.x for discovery
  2. Search 9.5.x for discovery
  3. Search 8.9.x for discovery
  4. Search 10.3.x for discovery
  5. Search 11.x for discovery
  6. Other projects
Title Object type File name Summary
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.
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.
FieldTypeCategoryDiscoveryTest class core/modules/field/tests/src/Kernel/FieldTypeCategoryDiscoveryTest.php Tests discovery of field type categories provided by modules.
FieldTypeCategoryDiscoveryTest.php file core/modules/field/tests/src/Kernel/FieldTypeCategoryDiscoveryTest.php
FieldTypeCategoryDiscoveryTest::$modules property core/modules/field/tests/src/Kernel/FieldTypeCategoryDiscoveryTest.php Modules to install.
FieldTypeCategoryDiscoveryTest::testFieldTypeCategories function core/modules/field/tests/src/Kernel/FieldTypeCategoryDiscoveryTest.php Tests custom field type categories created by modules.
FieldTypeCategoryManager::getDiscovery function core/lib/Drupal/Core/Field/FieldTypeCategoryManager.php Gets the plugin discovery.
FieldTypePluginManagerTest::$discovery property core/tests/Drupal/Tests/Core/Field/FieldTypePluginManagerTest.php A mocked plugin discovery.
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.
HelpTopicDiscovery class core/modules/help/src/HelpTopicDiscovery.php Discovers help topic plugins from Twig files in help_topics directories.
HelpTopicDiscovery.php file core/modules/help/src/HelpTopicDiscovery.php
HelpTopicDiscovery::$directories property core/modules/help/src/HelpTopicDiscovery.php An array of directories to scan, keyed by the provider.
HelpTopicDiscovery::FILE_KEY constant core/modules/help/src/HelpTopicDiscovery.php Defines the key in the discovered data where the file path is stored.
HelpTopicDiscovery::findAll function core/modules/help/src/HelpTopicDiscovery.php Returns an array of discoverable items.
HelpTopicDiscovery::findFiles function core/modules/help/src/HelpTopicDiscovery.php Returns an array of providers keyed by file path.
HelpTopicDiscovery::getDefinitions function core/modules/help/src/HelpTopicDiscovery.php Gets the definition of all plugins for this type.

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