Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
|
| Display::getForm | function | core/ |
|
| Display::getFormId | function | core/ |
|
| Display::getFormKey | function | core/ |
|
| 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/ |
|
| Display::validateForm | function | core/ |
|
| Display::__construct | function | core/ |
Constructs a new Display object. |
| DisplayApiTest | class | core/ |
Tests the field display API. |
| DisplayApiTest.php | file | core/ |
|
| DisplayApiTest::$cardinality | property | core/ |
The field cardinality to use in this test. |
| DisplayApiTest::$displayOptions | property | core/ |
The field display options to use in this test. |
| DisplayApiTest::$entity | property | core/ |
The test entity. |
| DisplayApiTest::$fieldName | property | core/ |
The field name to use in this test. |
| DisplayApiTest::$label | property | core/ |
The field label to use in this test. |
Pagination
- Previous page
- Page 430
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.