Search for id
Title | Object type | File name | Summary |
---|---|---|---|
DiskSpaceValidatorTest | class | core/ |
@covers \Drupal\package_manager\Validator\DiskSpaceValidator @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); } |
divider.pcss.css | file | core/ |
/** * Divider. */ .divider { height: 1px; background-color: var(--color-divider); } |
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/ |
|
DocParserTest::getAnnotationVarTypeProviderInvalid | function | core/ |
|
DocParserTest::getAnnotationVarTypeProviderValid | function | core/ |
|
DocParserTest::getConstantsProvider | function | core/ |
|
DocParserTest::testAnnotationDoesNotThrowExceptionWhenAtSignIsNotFollowedByIdentifier | function | core/ |
@group DCOM-41 |
DocParserTest::testAnnotationEnumInvalidLiteralDeclarationException | function | core/ |
|
DocParserTest::testAnnotationEnumInvalidTypeDeclarationException | function | core/ |
|
DocParserTest::testAnnotationThrowsExceptionWhenAtSignIsNotFollowedByIdentifierInNestedAnnotation | function | core/ |
@group DCOM-41 |
DocParserTest::testAnnotationWithInvalidTargetDeclarationError | function | core/ |
|
DocParserTest::testInvalidContantName | function | core/ |
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.