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
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")
ClassWriter class core/tests/Drupal/TestTools/PhpUnitCompatibility/ClassWriter.php Helper class to rewrite PHPUnit's TestCase class.
ClassWriter.php file core/tests/Drupal/TestTools/PhpUnitCompatibility/ClassWriter.php
ClassWriter::alterAssert function core/tests/Drupal/TestTools/PhpUnitCompatibility/ClassWriter.php Alters the Assert class.
ClassWriter::alterTestCase function core/tests/Drupal/TestTools/PhpUnitCompatibility/ClassWriter.php Alters the TestCase class.
ClassWriter::flushAlteredCodeToFile function core/tests/Drupal/TestTools/PhpUnitCompatibility/ClassWriter.php Flushes altered class code to file when necessary.
ClassWriter::mutateTestBase function core/tests/Drupal/TestTools/PhpUnitCompatibility/ClassWriter.php Mutates PHPUnit classes to make it compatible with Drupal.
ClassWriter::__construct function core/tests/Drupal/TestTools/PhpUnitCompatibility/ClassWriter.php This class should not be instantiated.
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/modules/sdc/src/Component/ComponentValidator.php Gets the props that are not JSON based.
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::nullifyClassPropsSchema function core/modules/sdc/src/Component/ComponentValidator.php Utility method to ensure the schema for class props is set to 'null'.
ComponentValidator::validateClassProps function core/modules/sdc/src/Component/ComponentValidator.php Validates the props that are not JSON Schema.
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 @covers ::setStorageClass
ConfigTest::setUpBeforeClass function core/tests/Drupal/Tests/Composer/Plugin/ProjectMessage/ConfigTest.php
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/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 @covers ::getDriverClass
@dataProvider providerGetDriverClass
@group legacy
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.
ContainerTest::testGetForClassFromParameter function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::get() works properly for class from parameters.
ContainerTest::testGetForFactoryClass function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::get() for factories via class works (Symfony 2.7.0).
ContentEntityBaseMockableClass class core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseMockableClass.php A class extending ContentEntityBase for mocking purposes.
ContentEntityBaseMockableClass.php file core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseMockableClass.php
ContentEntityStorageBase::getBundleFromClass function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Retrieves the bundle name for a provided class name.
ContentEntityStorageBase::getEntityClass function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Retrieves the class name used to create the entity.
ContentEntityType::$entity_type_class property core/lib/Drupal/Core/Entity/Annotation/ContentEntityType.php The class used to represent the entity type.
ContentEntityType::checkStorageClass function core/lib/Drupal/Core/Entity/ContentEntityType.php

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