Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DiffFormatterTest::provideTestDiff | function | core/ |
|
| DiffFormatterTest::testDiff | function | core/ |
Tests whether op classes returned by DiffEngine::diff() match expectations. |
| DiffOp::$closing | property | core/ |
|
| DiffOp::nclosing | function | core/ |
|
| DiffOp::reverse | function | core/ |
|
| DiffOpAdd::reverse | function | core/ |
|
| DiffOpAdd::__construct | function | core/ |
|
| DiffOpChange::reverse | function | core/ |
|
| DiffOpChange::__construct | function | core/ |
|
| DiffOpCopy::reverse | function | core/ |
|
| DiffOpCopy::__construct | function | core/ |
|
| DiffOpDelete::reverse | function | core/ |
|
| DiffOpDelete::__construct | function | core/ |
|
| DiffOpOutputBuilder::toOpsArray | function | core/ |
Converts the output of Differ to an array of DiffOp* value objects. |
| DiffOpOutputBuilderTest | class | core/ |
@coversDefaultClass \Drupal\Component\Diff\DiffOpOutputBuilder[[api-linebreak]] |
| DiffOpOutputBuilderTest.php | file | core/ |
|
| DiffOpOutputBuilderTest::provideTestDiff | function | core/ |
|
| DiffOpOutputBuilderTest::testDiffInfiniteLoop | function | core/ |
Tests that two files can be successfully diffed. |
| DiffOpOutputBuilderTest::testGetDiff | function | core/ |
@covers ::getDiff[[api-linebreak]] @dataProvider provideTestDiff |
| DiffOpOutputBuilderTest::testToOpsArray | function | core/ |
Tests whether op classes returned match expectations. |
| DiffOpTest | class | core/ |
Test DiffOp base class. |
| DiffOpTest.php | file | core/ |
|
| DiffOpTest::testReverse | function | core/ |
DiffOp::reverse() always throws an error. |
| DirectoryTest | class | core/ |
Tests operations dealing with directories. |
| DirectoryTest.php | file | core/ |
|
| DirectoryTest::testDirectoryCreation | function | core/ |
Tests directory creation. |
| DirectoryTest::testFileCheckDirectoryHandling | function | core/ |
Tests directory handling functions. |
| DirectoryTest::testFileCheckLocalDirectoryHandling | function | core/ |
Tests local directory handling functions. |
| DirectoryTest::testFileCreateNewFilepath | function | core/ |
Tests the file paths of newly created files. |
| DirectoryTest::testFileDestination | function | core/ |
Tests the destination file path. |
| DirectoryTest::testFileDirectoryTemp | function | core/ |
Ensure that the getTempDirectory() method always returns a value. |
| DirectoryTest::testMultiplePrepareDirectory | function | core/ |
Tests asynchronous directory creation. |
| DirectoryWithMetadataDiscovery | class | core/ |
Does the actual finding of the directories with metadata files. |
| DirectoryWithMetadataDiscovery.php | file | core/ |
|
| DirectoryWithMetadataDiscovery::findProvider | function | core/ |
Finds the provider of the discovered file. |
| DirectoryWithMetadataDiscovery::getDirectoryIterator | function | core/ |
Gets an iterator to loop over the files in the provided directory. |
| DirectoryWithMetadataDiscovery::getIdentifier | function | core/ |
The IDs can collide in two different scenarios: |
| DirectoryWithMetadataDiscovery::__construct | function | core/ |
Constructs a DirectoryWithMetadataDiscovery object. |
| DirectoryWithMetadataPluginDiscovery | class | core/ |
Discover directories that contain a specific metadata file. |
| DirectoryWithMetadataPluginDiscovery.php | file | core/ |
|
| DirectoryWithMetadataPluginDiscovery::__construct | function | core/ |
Constructs a DirectoryWithMetadataPluginDiscovery object. |
| DisabledDisplayTest | class | core/ |
Tests the ability to disable and enable view displays. |
| DisabledDisplayTest.php | file | core/ |
|
| DisabledDisplayTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DisabledDisplayTest::$modules | property | core/ |
Modules to install. |
| DisabledDisplayTest::$testViews | property | core/ |
Views used by this test. |
| DisabledDisplayTest::setUp | function | core/ |
Sets up the test. |
| DisabledDisplayTest::testDisabledDisplays | function | core/ |
Tests that views displays can be disabled. |
| disable_transitions.theme.css | file | core/ |
/** * Remove CSS animation effects that can cause random test failures. */ * { /* CSS transitions. */ -o-transition: none !important; -webkit-transition: none !important; transition: none !important; -o-transition-property: none… |
| DisallowBasicAuthRequests | class | core/ |
Cache policy for pages served from basic auth. |
Pagination
- Previous page
- Page 342
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.