Search for id
- Search 7.x for id
- Search 9.5.x for id
- Search 8.9.x for id
- Search 10.3.x for id
- Search main for id
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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.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.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); } |
| divider.pcss.css | file | core/ |
/** * 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. |
| 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. |
| DrupalKernel::initializeServiceProviders | function | core/ |
Registers all service providers to the kernel. |
Pagination
- Previous page
- Page 47
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.