Search for id

  1. Search 7.x for id
  2. Search 9.5.x for id
  3. Search 8.9.x for id
  4. Search 10.3.x for id
  5. Other projects
Title Object type File name Summary
divider.pcss.css file core/themes/claro/css/components/divider.pcss.css /**
* Divider.
*/

.divider {
height: 1px;
background-color: var(--color-divider);
}
DocParser::$classIdentifiers property core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php An array of all valid tokens for a class name.
DocParser::getClassConstantPositionInIdentifier function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php
DocParser::Identifier function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Identifier ::= string
DocParser::identifierEndsWithClassConstant function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php
DocParser::identifierStartsWithBackslash function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php
DocParserTest::getAnnotationVarTypeArrayProviderInvalid function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::getAnnotationVarTypeProviderInvalid function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::getAnnotationVarTypeProviderValid function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::getConstantsProvider function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationDoesNotThrowExceptionWhenAtSignIsNotFollowedByIdentifier function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group DCOM-41
DocParserTest::testAnnotationEnumInvalidLiteralDeclarationException function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationEnumInvalidTypeDeclarationException function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testAnnotationThrowsExceptionWhenAtSignIsNotFollowedByIdentifierInNestedAnnotation function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group DCOM-41
DocParserTest::testAnnotationWithInvalidTargetDeclarationError function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testInvalidContantName function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DocParserTest::testInvalidIdentifierInAnnotation function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
DoTrustedCallbackTraitTest::errorTypeProvider function core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php Data provider for tests of ::doTrustedCallback $error_type argument.
DoTrustedCallbackTraitTest::providerTestTrustedCallbacks function core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php Data provider for ::testTrustedCallbacks().
DoTrustedCallbackTraitTest::providerTestUntrustedCallbacks function core/tests/Drupal/Tests/Core/Security/DoTrustedCallbackTraitTest.php Data provider for ::testUntrustedCallbacks().
DraggableListBuilderTrait::validateForm function core/lib/Drupal/Core/Entity/DraggableListBuilderTrait.php Form validation handler.
DriverSpecificConnectionUnitTestBase::$id property core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php The connection ID of the current test connection.
DriverSpecificConnectionUnitTestBase::getConnectionId function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificConnectionUnitTestBase.php Returns the connection ID of the current test connection.
DriverSpecificSchemaTestBase::providerTestSchemaCreateTablePrimaryKey function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php Provides test cases for SchemaTest::testSchemaCreateTablePrimaryKey().
DriverSpecificSchemaTestBase::testInvalidPrimaryKeyAddition function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php Tests adding an invalid field specification as a primary key.
DriverSpecificSchemaTestBase::testInvalidPrimaryKeyChange function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php Tests changing the primary key with an invalid field specification.
DriverSpecificSchemaTestBase::testInvalidPrimaryKeyOnTableCreation function core/tests/Drupal/KernelTests/Core/Database/DriverSpecificSchemaTestBase.php Tests an invalid field specification as a primary key on table creation.
Drupal::pathValidator function core/lib/Drupal.php Returns the path validator.
DrupalComponentTest::providerAssertNoCoreUsage function core/tests/Drupal/Tests/Component/DrupalComponentTest.php Data provider for testAssertNoCoreUsage().
DrupalDateTimeTest::providerTestDateDiff function core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php Provides data for date tests.
DrupalDateTimeTest::providerTestInvalidDateDiff function core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php Provides data for date tests.
DrupalDateTimeTest::testInvalidDateDiff function core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php Tests date diff exception caused by invalid input.
DrupalKernel::$serviceProviderClasses property core/lib/Drupal/Core/DrupalKernel.php List of discovered service provider class names or objects.
DrupalKernel::$serviceProviders property core/lib/Drupal/Core/DrupalKernel.php List of instantiated service provider classes.
DrupalKernel::discoverServiceProviders function core/lib/Drupal/Core/DrupalKernel.php Discovers available serviceProviders.
DrupalKernel::getServiceProviders function core/lib/Drupal/Core/DrupalKernel.php Returns all registered service providers.
DrupalKernel::initializeServiceProviders function core/lib/Drupal/Core/DrupalKernel.php Registers all service providers to the kernel.
DrupalKernel::invalidateContainer function core/lib/Drupal/Core/DrupalKernel.php Invalidate the service container for the next request.
DrupalKernel::validateHostname function core/lib/Drupal/Core/DrupalKernel.php Validates the hostname supplied from the HTTP request.
DrupalKernel::validateHostnameLength function core/lib/Drupal/Core/DrupalKernel.php Validates a hostname length.
DrupalKernelInterface::discoverServiceProviders function core/lib/Drupal/Core/DrupalKernelInterface.php Discovers available serviceProviders.
DrupalKernelInterface::getServiceProviders function core/lib/Drupal/Core/DrupalKernelInterface.php Returns all registered service providers.
DrupalKernelInterface::invalidateContainer function core/lib/Drupal/Core/DrupalKernelInterface.php Invalidate the service container for the next request.
DrupalKernelTest::providerClassLoaderAutoDetect function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Data provider for self::testClassLoaderAutoDetect.
DrupalKernelTest::providerTestTrustedHosts function core/tests/Drupal/Tests/Core/DrupalKernel/DrupalKernelTest.php Provides test data for testTrustedHosts().
DrupalLogErrorTest::provideFatalExitCodeData function core/tests/Drupal/Tests/Core/Error/DrupalLogErrorTest.php
DrupalSqlBaseTest::providerMinimumVersion function core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php Provides data for testMinimumVersion.
DrupalSqlBaseTest::testSourceProviderNotActive function core/modules/migrate_drupal/tests/src/Unit/source/DrupalSqlBaseTest.php @covers ::checkRequirements[[api-linebreak]]
DrupalTest::testPathValidator function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the pathValidator() method.
Drupal\Core\Mailer\Transport\SendmailCommandValidationTransportFactory service core/modules/mailer/mailer.services.yml

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.