Search for discovery
- Search 7.x for discovery
- Search 8.9.x for discovery
- Search 10.3.x for discovery
- Search 11.x for discovery
- Search main for discovery
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| TestDiscovery::getTestClasses | function | core/ |
Discovers all available tests in all extensions. |
| TestDiscovery::getTestInfo | function | core/ |
Retrieves information about a test class for UI purposes. |
| TestDiscovery::parseTestClassAnnotations | function | core/ |
Parses annotations in the phpDoc of a test class. |
| TestDiscovery::parseTestClassSummary | function | core/ |
Parses the phpDoc summary line of a test class. |
| TestDiscovery::registerTestNamespaces | function | core/ |
Registers test namespaces of all extensions and core test classes. |
| TestDiscovery::scanDirectory | function | core/ |
Scans a given directory for class files. |
| TestDiscovery::__construct | function | core/ |
Constructs a new test discovery. |
| TestDiscoveryTest | class | core/ |
@coversDefaultClass \Drupal\Core\Test\TestDiscovery[[api-linebreak]] @group Test |
| TestDiscoveryTest.php | file | core/ |
|
| TestDiscoveryTest::getTestDiscoveryMock | function | core/ |
Mock a TestDiscovery object to return specific extension values. |
| TestDiscoveryTest::infoParserProvider | function | core/ |
|
| TestDiscoveryTest::providerTestGetPhpunitTestSuite | function | core/ |
|
| TestDiscoveryTest::setupVfsWithTestClasses | function | core/ |
|
| TestDiscoveryTest::testGetPhpunitTestSuite | function | core/ |
@covers ::getPhpunitTestSuite[[api-linebreak]] @dataProvider providerTestGetPhpunitTestSuite |
| TestDiscoveryTest::testGetTestClasses | function | core/ |
@covers ::getTestClasses[[api-linebreak]] |
| TestDiscoveryTest::testGetTestClassesWithSelectedTypes | function | core/ |
@covers ::getTestClasses[[api-linebreak]] |
| TestDiscoveryTest::testGetTestInfoEmptyDocblock | function | core/ |
Ensure that classes are not reflected when the docblock is empty. |
| TestDiscoveryTest::testGetTestsInProfiles | function | core/ |
@covers ::getTestClasses[[api-linebreak]] |
| TestDiscoveryTest::testScanDirectoryNoAbstract | function | core/ |
Ensure TestDiscovery::scanDirectory() ignores certain abstract file types. |
| TestDiscoveryTest::testTestInfoParser | function | core/ |
@covers ::getTestInfo[[api-linebreak]] @dataProvider infoParserProvider |
| TestDiscoveryTest::testTestInfoParserMissingGroup | function | core/ |
@covers ::getTestInfo[[api-linebreak]] |
| TestDiscoveryTest::testTestInfoParserMissingSummary | function | core/ |
@covers ::getTestInfo[[api-linebreak]] |
| TestEntityTypeManager::setDiscovery | function | core/ |
Sets the discovery for the manager. |
| TestExtension::$extensionDiscovery | property | core/ |
|
| TestExtension::getExtensionDiscovery | function | core/ |
Returns the extension discovery. |
| TestExtension::setExtensionDiscovery | function | core/ |
|
| TestLibraryDiscoveryParser | class | core/ |
Wraps the tested class to mock the external dependencies. |
| TestLibraryDiscoveryParser::$validUris | property | core/ |
|
| TestLibraryDiscoveryParser::fileValidUri | function | core/ |
|
| TestLibraryDiscoveryParser::setFileValidUri | function | core/ |
|
| TestMailManager::setDiscovery | function | core/ |
Sets the discovery for the manager. |
| TestRouteBuilder::$yamlDiscovery | property | core/ |
The mocked YAML discovery. |
| TestRouteBuilder::setYamlDiscovery | function | core/ |
Sets the YAML discovery. |
| TwigNamespaceTest::testTemplateDiscovery | function | core/ |
Tests template discovery using namespaces. |
| TwigRegistryLoaderTest::testTemplateDiscovery | function | core/ |
Tests template discovery using the Drupal theme registry. |
| TypedConfigManager::getDiscovery | function | core/ |
Gets the plugin discovery. |
| UrlResolverTest::providerUrlDiscovery | function | core/ |
Data provider for testUrlDiscovery(). |
| UrlResolverTest::testUrlDiscovery | function | core/ |
Tests URL resolution when the URL is discovered by scanning the asset. |
| VfsThemeExtensionList::$extensionDiscovery | property | core/ |
The extension discovery for this extension list. |
| VfsThemeExtensionList::getExtensionDiscovery | function | core/ |
Returns the extension discovery. |
| VfsThemeExtensionList::setExtensionDiscovery | function | core/ |
Sets the extension discovery. |
| YamlDirectoryDiscovery | class | core/ |
Allows multiple YAML files per directory to define plugin definitions. |
| YamlDirectoryDiscovery | class | core/ |
Discovers multiple YAML files in a set of directories. |
| YamlDirectoryDiscovery.php | file | core/ |
|
| YamlDirectoryDiscovery.php | file | core/ |
|
| YamlDirectoryDiscovery::$directories | property | core/ |
An array of directories to scan, keyed by the provider. |
| YamlDirectoryDiscovery::$fileCacheKeySuffix | property | core/ |
The suffix for the file cache key. |
| YamlDirectoryDiscovery::$idKey | property | core/ |
The key contained in the discovered data that identifies it. |
| YamlDirectoryDiscovery::FILE_KEY | constant | core/ |
Defines the key in the discovered data where the file path is stored. |
| YamlDirectoryDiscovery::findAll | function | core/ |
Returns an array of discoverable items. |
Pagination
- Previous page
- Page 12
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.