Search for class

  1. Search 7.x for class
  2. Search 9.5.x for class
  3. Search 8.9.x for class
  4. Search 10.3.x for class
  5. Other projects
Title Object type File name Summary
ClassWithConstants::SOME_VALUE constant core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithConstants.php
ClassWithInvalidAnnotationTargetAtClass class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithInvalidAnnotationTargetAtClass.php Plugin annotation
@AnnotationTargetPropertyMethod("Some data");
ClassWithInvalidAnnotationTargetAtClass.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithInvalidAnnotationTargetAtClass.php
ClassWithInvalidAnnotationTargetAtClass::$foo property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithInvalidAnnotationTargetAtClass.php Plugin annotation
@AnnotationTargetPropertyMethod("Bar");
ClassWithInvalidAnnotationTargetAtMethod class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithInvalidAnnotationTargetAtMethod.php Plugin annotation
@AnnotationTargetClass("Some data");
ClassWithInvalidAnnotationTargetAtMethod.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithInvalidAnnotationTargetAtMethod.php
ClassWithInvalidAnnotationTargetAtMethod::functionName function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithInvalidAnnotationTargetAtMethod.php Plugin annotation
@AnnotationTargetClass("functionName");
ClassWithInvalidAnnotationTargetAtProperty class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithInvalidAnnotationTargetAtProperty.php Plugin annotation
@AnnotationTargetClass("Some data");
ClassWithInvalidAnnotationTargetAtProperty.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithInvalidAnnotationTargetAtProperty.php
ClassWithInvalidAnnotationTargetAtProperty::$bar property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithInvalidAnnotationTargetAtProperty.php Plugin annotation
@AnnotationTargetAnnotation("Foo");
ClassWithInvalidAnnotationTargetAtProperty::$foo property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithInvalidAnnotationTargetAtProperty.php Plugin annotation
@AnnotationTargetClass("Bar");
ClassWithValidAnnotationTarget class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithValidAnnotationTarget.php Plugin annotation
@AnnotationTargetClass("Some data");
ClassWithValidAnnotationTarget.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithValidAnnotationTarget.php
ClassWithValidAnnotationTarget::$foo property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithValidAnnotationTarget.php Plugin annotation
@AnnotationTargetPropertyMethod("Some data");
ClassWithValidAnnotationTarget::$name property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithValidAnnotationTarget.php Plugin annotation

@AnnotationTargetAll("Some data",name="Some name")
ClassWithValidAnnotationTarget::$nested property core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithValidAnnotationTarget.php Plugin annotation
@AnnotationTargetAll(@AnnotationTargetAnnotation);
ClassWithValidAnnotationTarget::someFunction function core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithValidAnnotationTarget.php Plugin annotation

@AnnotationTargetPropertyMethod("Some data",name="Some name")
class_resolver service core/core.services.yml Drupal\Core\DependencyInjection\ClassResolver
CommentCSSTest::testCommentClasses function core/modules/history/tests/src/Functional/CommentCSSTest.php Tests CSS classes on comments.
CommentCSSTest::testCommentClasses function core/modules/comment/tests/src/Functional/CommentCSSTest.php Tests CSS classes on comments.
CommonTestController::typeLinkActiveClass function core/modules/system/tests/modules/common_test/src/Controller/CommonTestController.php Returns links to the current page, with and without query strings.
ComponentValidator::getClassProps function core/lib/Drupal/Core/Theme/Component/ComponentValidator.php Gets the props that are not JSON based.
ComponentValidator::nullifyClassPropsSchema function core/lib/Drupal/Core/Theme/Component/ComponentValidator.php Utility method to ensure the schema for class props is set to 'null'.
ComponentValidator::validateClassProps function core/lib/Drupal/Core/Theme/Component/ComponentValidator.php Validates the props that are not JSON Schema.
ConfigEntityStorageClassException class core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityStorageClassException.php Thrown when a storage class is not an instance of ConfigEntityStorage.
ConfigEntityStorageClassException.php file core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityStorageClassException.php
ConfigEntityType::$entity_type_class property core/lib/Drupal/Core/Entity/Annotation/ConfigEntityType.php The class used to represent the entity type.
ConfigEntityType::checkStorageClass function core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php
ConfigEntityTypeTest::testSetStorageClass function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php Tests set storage class.
ConfigTest::setUpBeforeClass function core/tests/Drupal/Tests/Composer/Plugin/ProjectMessage/ConfigTest.php
ConfigurablePluginBaseTestClass class core/tests/Drupal/Tests/Core/Plugin/ConfigurablePluginBaseTest.php Test class for ConfigurablePluginBase.
ConfigurablePluginBaseTestClass::defaultConfiguration function core/tests/Drupal/Tests/Core/Plugin/ConfigurablePluginBaseTest.php Gets default configuration for this plugin.
ConfigurableTestClass class core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php A test class using ConfigurablePluginTrait that can modify the de.
ConfigurableTestClass::$defaultConfiguration property core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php A default configuration for the test class to return.
ConfigurableTestClass::defaultConfiguration function core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php Gets default configuration for this plugin.
ConfigurableTestClass::setDefaultConfiguration function core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php Sets the default configuration this test will return.
ConfigurableTestClass::__construct function core/tests/Drupal/Tests/Core/Plugin/ConfigurableTraitTest.php Constructs a \Drupal\Component\Plugin\PluginBase object.
Connection::$driverClasses property core/lib/Drupal/Core/Database/Connection.php Index of what driver-specific class to use for various operations.
Connection::$statementClass property core/tests/fixtures/database_drivers/custom/fake/Connection.php
Connection::$statementWrapperClass property core/tests/fixtures/database_drivers/custom/fake/Connection.php The name of the StatementWrapper class for this connection.
Connection::$statementWrapperClass property core/lib/Drupal/Core/Database/Connection.php The name of the StatementWrapper class for this connection.
Connection::$statementWrapperClass property core/modules/mysqli/src/Driver/Database/mysqli/Connection.php The name of the StatementWrapper class for this connection.
Connection::$statementWrapperClass property core/modules/sqlite/src/Driver/Database/sqlite/Connection.php The name of the StatementWrapper class for this connection.
Connection::$statementWrapperClass property core/modules/mysql/src/Driver/Database/mysql/Connection.php The name of the StatementWrapper class for this connection.
Connection::$statementWrapperClass property core/modules/pgsql/src/Driver/Database/pgsql/Connection.php The name of the StatementWrapper class for this connection.
Connection::getDriverClass function core/lib/Drupal/Core/Database/Connection.php Gets the driver-specific override class if any for the specified class.
ConnectionTest::providerGetDriverClass function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Data provider for testGetDriverClass().
ConnectionTest::testGetDriverClass function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Tests get driver class.
ConstraintValidatorFactory::$classResolver property core/lib/Drupal/Core/Validation/ConstraintValidatorFactory.php The class resolver.
ContainerTest::$containerClass property core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php The container class to be tested.

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