Search for Id
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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::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); } |
| divider.pcss.css | file | core/ |
/** * Divider. */ .divider { height: 1px; background-color: var(--color-divider); } |
| DocLexer::T_IDENTIFIER | constant | core/ |
|
| DocParser::$classIdentifiers | property | core/ |
An array of all valid tokens for a class name. |
| DocParser::getClassConstantPositionInIdentifier | function | core/ |
|
| DocParser::Identifier | function | core/ |
Identifier ::= string |
| DocParser::identifierEndsWithClassConstant | function | core/ |
|
| DocParser::identifierStartsWithBackslash | function | core/ |
|
| DocParserTest::getAnnotationVarTypeArrayProviderInvalid | function | core/ |
@phpstan-ignore missingType.return |
| DocParserTest::getAnnotationVarTypeProviderInvalid | function | core/ |
@phpstan-ignore missingType.return |
| DocParserTest::getAnnotationVarTypeProviderValid | function | core/ |
@phpstan-ignore missingType.return |
| DocParserTest::getConstantsProvider | function | core/ |
@phpstan-ignore missingType.return |
| DocParserTest::testAnnotationDoesNotThrowExceptionWhenAtSignIsNotFollowedByIdentifier | function | core/ |
Tests annotation does not throw exception when at sign is not followed by identifier. |
Pagination
- Previous page
- Page 46
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.