Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| DiscoveryInterface::hasDefinition | function | core/ |
Indicates if a specific plugin definition exists. |
| DiscoveryTest1 | class | core/ |
Provides a custom test plugin. |
| DiscoveryTest1.php | file | core/ |
|
| discoverytest2.yml | file | core/ |
core/tests/Drupal/Tests/Component/Annotation/Fixtures/PluginNamespace/discoverytest2.yml |
| DiscoveryTestBase | class | core/ |
Base class for plugin discovery tests. |
| DiscoveryTestBase.php | file | core/ |
|
| DiscoveryTestBase::$discovery | property | core/ |
The discovery component to test. |
| DiscoveryTestBase::$emptyDiscovery | property | core/ |
An empty discovery component. |
| DiscoveryTestBase::$expectedDefinitions | property | core/ |
The plugin definitions the discovery component is expected to discover. |
| DiscoveryTestBase::assertDefinitionIdentical | function | core/ |
Asserts a definition against an expected definition. |
| DiscoveryTestBase::testDiscoveryInterface | function | core/ |
Tests getDefinitions() and getDefinition(). |
| DiscoveryTrait | trait | core/ |
|
| DiscoveryTrait.php | file | core/ |
|
| DiscoveryTrait::doGetDefinition | function | core/ |
Gets a specific plugin definition. |
| DiscoveryTrait::getDefinition | function | core/ |
|
| DiscoveryTrait::getDefinitions | function | core/ |
|
| DiscoveryTrait::hasDefinition | function | core/ |
|
| DiscoveryTraitMockableClass | class | core/ |
A class using the DiscoveryTrait for mocking purposes. |
| DiscoveryTraitMockableClass::getDefinitions | function | core/ |
|
| DiscoveryTraitTest | class | core/ |
Tests Drupal\Component\Plugin\Discovery\DiscoveryTrait. |
| DiscoveryTraitTest.php | file | core/ |
|
| DiscoveryTraitTest::providerDoGetDefinition | function | core/ |
Data provider for testDoGetDefinition(). |
| DiscoveryTraitTest::providerDoGetDefinitionException | function | core/ |
Data provider for testDoGetDefinitionException() |
| DiscoveryTraitTest::providerHasDefinition | function | core/ |
Data provider for testHasDefinition(). |
| DiscoveryTraitTest::testDoGetDefinition | function | core/ |
Tests do get definition. |
| DiscoveryTraitTest::testDoGetDefinitionException | function | core/ |
Tests do get definition exception. |
| DiscoveryTraitTest::testGetDefinition | function | core/ |
Tests get definition. |
| DiscoveryTraitTest::testGetDefinitionException | function | core/ |
Tests get definition exception. |
| DiscoveryTraitTest::testHasDefinition | function | core/ |
Tests has definition. |
| DiskSpaceValidator | class | core/ |
Validates that there is enough free disk space to do stage operations. |
| DiskSpaceValidator.php | file | core/ |
|
| DiskSpaceValidator::areSameLogicalDisk | function | core/ |
Checks if two paths are located on the same logical disk. |
| DiskSpaceValidator::freeSpace | function | core/ |
Wrapper around the disk_free_space() function. |
| DiskSpaceValidator::stat | function | core/ |
Wrapper around the stat() function. |
| DiskSpaceValidator::temporaryDirectory | function | core/ |
Returns the path of the system temporary directory. |
| DiskSpaceValidator::validate | function | core/ |
Validates that there is enough free disk space to do stage operations. |
| DiskSpaceValidator::__construct | function | core/ |
|
| DiskSpaceValidatorTest | class | core/ |
Tests Disk Space Validator. |
| DiskSpaceValidatorTest.php | file | core/ |
|
| DiskSpaceValidatorTest::providerDiskSpaceValidation | function | core/ |
Data provider for testDiskSpaceValidation(). |
| DiskSpaceValidatorTest::testDiskSpaceValidation | function | core/ |
Tests disk space validation. |
| DiskSpaceValidatorTest::testDiskSpaceValidationDuringPreApply | function | core/ |
Tests disk space validation during pre-apply. |
| Display | class | core/ |
Provides a form for editing the Views display. |
| Display.php | file | core/ |
|
| Display::buildForm | function | core/ |
Form constructor. |
| Display::getForm | function | core/ |
Creates a new instance of this form. |
| Display::getFormId | function | core/ |
Returns a unique string identifying the form. |
| Display::getFormKey | function | core/ |
Returns the key that represents this form. |
| Display::getFormState | function | core/ |
@todo Remove this and switch all usage of $form_state->get('section') to $form_state->get('type'). |
| Display::submitForm | function | core/ |
Form submission handler. |
Pagination
- Previous page
- Page 438
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.