Search for id
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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/ |
Tests annotation does not throw exception when at sign is not followed by identifier. |
| DocParserTest::testAnnotationEnumInvalidLiteralDeclarationException | function | core/ |
|
| DocParserTest::testAnnotationEnumInvalidTypeDeclarationException | function | core/ |
|
| DocParserTest::testAnnotationThrowsExceptionWhenAtSignIsNotFollowedByIdentifierInNestedAnnotation | function | core/ |
Tests annotation throws exception when at sign is not followed by identifier in nested annotation. |
| DocParserTest::testAnnotationWithInvalidTargetDeclarationError | function | core/ |
|
| DocParserTest::testInvalidContantName | function | core/ |
|
| DocParserTest::testInvalidIdentifierInAnnotation | function | core/ |
|
| DoTrustedCallbackTraitTest::errorTypeProvider | function | core/ |
Data provider for tests of ::doTrustedCallback $error_type argument. |
| DoTrustedCallbackTraitTest::providerTestTrustedCallbacks | function | core/ |
Data provider for ::testTrustedCallbacks(). |
| DoTrustedCallbackTraitTest::providerTestUntrustedCallbacks | function | core/ |
Data provider for ::testUntrustedCallbacks(). |
| DraggableListBuilderTrait::validateForm | function | core/ |
Form validation handler. |
| DriverSpecificConnectionUnitTestBase::$id | property | core/ |
The connection ID of the current test connection. |
| DriverSpecificConnectionUnitTestBase::getConnectionId | function | core/ |
Returns the connection ID of the current test connection. |
| DriverSpecificSchemaTestBase::providerTestSchemaCreateTablePrimaryKey | function | core/ |
Provides test cases for SchemaTest::testSchemaCreateTablePrimaryKey(). |
| DriverSpecificSchemaTestBase::testInvalidPrimaryKeyAddition | function | core/ |
Tests adding an invalid field specification as a primary key. |
| DriverSpecificSchemaTestBase::testInvalidPrimaryKeyChange | function | core/ |
Tests changing the primary key with an invalid field specification. |
| DriverSpecificSchemaTestBase::testInvalidPrimaryKeyOnTableCreation | function | core/ |
Tests an invalid field specification as a primary key on table creation. |
| Drupal::pathValidator | function | core/ |
Returns the path validator. |
| DrupalComponentTest::providerAssertNoCoreUsage | function | core/ |
Data provider for testAssertNoCoreUsage(). |
| DrupalDateTimeTest::providerTestDateDiff | function | core/ |
Provides data for date tests. |
| DrupalDateTimeTest::providerTestInvalidDateDiff | function | core/ |
Provides data for date tests. |
| DrupalDateTimeTest::testInvalidDateDiff | function | core/ |
Tests date diff exception caused by invalid input. |
| DrupalKernel::$serviceProviderClasses | property | core/ |
List of discovered service provider class names or objects. |
| DrupalKernel::$serviceProviders | property | core/ |
List of instantiated service provider classes. |
| DrupalKernel::discoverServiceProviders | function | core/ |
Discovers available serviceProviders. |
| DrupalKernel::getServiceProviders | function | core/ |
Returns all registered service providers. |
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.