Search for id
Title | Object type | File name | Summary |
---|---|---|---|
DiscoverServiceProvidersTest.php | file | core/ |
|
DiscoverServiceProvidersTest::testDiscoverServiceCustom | function | core/ |
Tests discovery with user defined container yaml. |
DiscoverServiceProvidersTest::testDiscoverServiceNoContainerYamls | function | core/ |
Tests the exception when container_yamls is not set. |
DiscoveryCachedTraitTest::providerGetDefinition | function | core/ |
Data provider for testGetDefinition(). |
DiscoveryTestBase::assertDefinitionIdentical | function | core/ |
Asserts a definition against an expected definition. |
DiscoveryTraitTest::providerDoGetDefinition | function | core/ |
Data provider for testDoGetDefinition(). |
DiscoveryTraitTest::providerDoGetDefinitionException | function | core/ |
Data provider for testDoGetDefinitionException() |
DiscoveryTraitTest::providerHasDefinition | function | core/ |
Data provider for testHasDefinition(). |
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/ |
@covers \Drupal\package_manager\Validator\DiskSpaceValidator[[api-linebreak]] @group package_manager @internal |
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::getFormId | function | core/ |
Returns a unique string identifying the form. |
Display::validateForm | function | core/ |
Form validation handler. |
DisplayExtenderPluginBase::validateOptionsForm | function | core/ |
Validate the options form. |
DisplayExtenderTest3::validate | function | core/ |
Validate that the plugin is correct and can be saved. |
DisplayExtenderTest::testDisplayExtendersValidate | function | core/ |
Tests display extenders validation. |
DisplayKernelTest::testisIdentifierUnique | function | core/ |
Tests the ::isIdentifierUnique method. |
DisplayLink::validate | function | core/ |
Validate that the plugin is correct and can be saved. |
DisplayModeBundleSelectionTest::providerBundleSelection | function | core/ |
Data provider for testBundleSelection(). |
DisplayPathTest::doAdvancedPathsValidationTest | function | core/ |
Tests a couple of invalid path patterns. |
DisplayPluginBase::isIdentifierUnique | function | core/ |
Checks if the provided identifier is unique. |
DisplayPluginBase::optionsOverride | function | core/ |
If override/revert was clicked, perform the proper toggle. |
DisplayPluginBase::overrideOption | function | core/ |
Set an option and force it to be an override. |
DisplayPluginBase::setOverride | function | core/ |
Flip the override setting for the given section. |
DisplayPluginBase::validate | function | core/ |
Validate that the plugin is correct and can be saved. |
DisplayPluginBase::validateOptionsForm | function | core/ |
Validate the options form. |
DisplayPluginInterface::isIdentifierUnique | function | core/ |
Checks if the provided identifier is unique. |
DisplayPluginInterface::optionsOverride | function | core/ |
If override/revert was clicked, perform the proper toggle. |
DisplayPluginInterface::overrideOption | function | core/ |
Set an option and force it to be an override. |
DisplayPluginInterface::setOverride | function | core/ |
Flip the override setting for the given section. |
DisplayPluginInterface::validate | function | core/ |
Make sure the display and all associated handlers are valid. |
DisplayPluginInterface::validateOptionsForm | function | core/ |
Validates the options form. |
DisplayTest::testFilterGroupsOverriding | function | core/ |
Tests the overriding of filter_groups. |
DisplayTest::testHideDisplayOverride | function | core/ |
Tests that the override option is hidden when it's not needed. |
DisplayTest::testInvalidDisplayPlugins | function | core/ |
Tests invalid display plugins. |
DisplayTest::validate | function | core/ |
Validate that the plugin is correct and can be saved. |
DisplayTest::validateOptionsForm | function | core/ |
Validate the options form. |
DisplayVariant::$id | property | core/ |
The plugin ID. |
DisplayVariantTest::providerTestGetConfiguration | function | core/ |
Provides test data for testGetConfiguration(). |
divider.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * Divider. */ .divider { height: 1px; background-color: var(--color-divider); } |
Pagination
- Previous page
- Page 45
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.