Search for discovery

  1. Search 7.x for discovery
  2. Search 8.9.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
ExtensionDiscovery::sort function core/lib/Drupal/Core/Extension/ExtensionDiscovery.php Sorts the discovered extensions.
ExtensionDiscovery::__construct function core/lib/Drupal/Core/Extension/ExtensionDiscovery.php Constructs a new ExtensionDiscovery object.
ExtensionDiscoveryTest class core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php Tests discovery of extensions.
ExtensionDiscoveryTest.php file core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php
ExtensionDiscoveryTest::addFileToFilesystemStructure function core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php
ExtensionDiscoveryTest::populateFilesystemStructure function core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php Adds example files to the filesystem structure.
ExtensionDiscoveryTest::testExtensionDiscoveryCache function core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php Tests changing extension discovery file cache objects to arrays.
ExtensionDiscoveryTest::testExtensionDiscoveryTypeComment function core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php Tests finding modules that have a trailing comment on the type property.
ExtensionDiscoveryTest::testExtensionDiscoveryVfs function core/tests/Drupal/Tests/Core/Extension/ExtensionDiscoveryTest.php Tests extension discovery in a virtual filesystem with vfsStream.
ExtensionList::getExtensionDiscovery function core/lib/Drupal/Core/Extension/ExtensionList.php Returns the extension discovery.
FieldDiscovery class core/modules/migrate_drupal/src/FieldDiscovery.php Provides field discovery for Drupal 6 & 7 migrations.
FieldDiscovery.php file core/modules/migrate_drupal/src/FieldDiscovery.php
FieldDiscovery::$bundleKeys property core/modules/migrate_drupal/src/FieldDiscovery.php An array of bundle keys, keyed by drupal core version.
FieldDiscovery::$discoveredFieldsCache property core/modules/migrate_drupal/src/FieldDiscovery.php A cache of discovered fields.
FieldDiscovery::$fieldPluginCache property core/modules/migrate_drupal/src/FieldDiscovery.php An array of already discovered field plugin information.
FieldDiscovery::$fieldPluginManager property core/modules/migrate_drupal/src/FieldDiscovery.php The field plugin manager.
FieldDiscovery::$logger property core/modules/migrate_drupal/src/FieldDiscovery.php The logger channel service.
FieldDiscovery::$migrationPluginManager property core/modules/migrate_drupal/src/FieldDiscovery.php The migration plugin manager.
FieldDiscovery::$sourcePluginIds property core/modules/migrate_drupal/src/FieldDiscovery.php An array of source plugin ids, keyed by Drupal core version.
FieldDiscovery::$supportedCoreVersions property core/modules/migrate_drupal/src/FieldDiscovery.php An array of supported Drupal core versions.
FieldDiscovery::addAllFieldProcesses function core/modules/migrate_drupal/src/FieldDiscovery.php Adds the field processes to a migration.
FieldDiscovery::addBundleFieldProcesses function core/modules/migrate_drupal/src/FieldDiscovery.php Adds the field processes for a bundle to a migration.
FieldDiscovery::addEntityFieldProcesses function core/modules/migrate_drupal/src/FieldDiscovery.php Adds the field processes for an entity to a migration.
FieldDiscovery::getAllFields function core/modules/migrate_drupal/src/FieldDiscovery.php Gets all field information related to this migration.
FieldDiscovery::getBundleFields function core/modules/migrate_drupal/src/FieldDiscovery.php Gets all field information for a particular entity type and bundle.
FieldDiscovery::getCoreVersion function core/modules/migrate_drupal/src/FieldDiscovery.php Finds the core version of a Drupal migration.
FieldDiscovery::getEntityFields function core/modules/migrate_drupal/src/FieldDiscovery.php Gets all field information for a particular entity type.
FieldDiscovery::getFieldInstanceStubMigrationDefinition function core/modules/migrate_drupal/src/FieldDiscovery.php Provides the stub migration definition for a given Drupal core version.
FieldDiscovery::getFieldPlugin function core/modules/migrate_drupal/src/FieldDiscovery.php Returns the appropriate field plugin for a given field type.
FieldDiscovery::getSourcePlugin function core/modules/migrate_drupal/src/FieldDiscovery.php Gets the source plugin to use to gather field information.
FieldDiscovery::__construct function core/modules/migrate_drupal/src/FieldDiscovery.php Constructs a FieldDiscovery object.
FieldDiscoveryInterface interface core/modules/migrate_drupal/src/FieldDiscoveryInterface.php Provides field discovery for Drupal 6 & 7 migrations.
FieldDiscoveryInterface.php file core/modules/migrate_drupal/src/FieldDiscoveryInterface.php
FieldDiscoveryInterface::addAllFieldProcesses function core/modules/migrate_drupal/src/FieldDiscoveryInterface.php Adds the field processes to a migration.
FieldDiscoveryInterface::addBundleFieldProcesses function core/modules/migrate_drupal/src/FieldDiscoveryInterface.php Adds the field processes for a bundle to a migration.
FieldDiscoveryInterface::addEntityFieldProcesses function core/modules/migrate_drupal/src/FieldDiscoveryInterface.php Adds the field processes for an entity to a migration.
FieldDiscoveryInterface::DRUPAL_6 constant core/modules/migrate_drupal/src/FieldDiscoveryInterface.php
FieldDiscoveryInterface::DRUPAL_7 constant core/modules/migrate_drupal/src/FieldDiscoveryInterface.php
FieldDiscoveryTest class core/modules/migrate_drupal/tests/src/Unit/FieldDiscoveryTest.php Tests the FieldDiscovery Class.
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.

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