Search for class
- Search 7.x for class
- Search 9.5.x for class
- Search 8.9.x for class
- Search 10.3.x for class
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ClassResolverInterface.php | file | core/ |
|
ClassResolverInterface::getInstanceFromDefinition | function | core/ |
Returns a class instance with a given class definition. |
ClassWithConstants | class | core/ |
|
ClassWithConstants.php | file | core/ |
|
ClassWithConstants::OTHER_KEY_ | constant | core/ |
|
ClassWithConstants::OTHER_KEY_2 | constant | core/ |
|
ClassWithConstants::SOME_KEY | constant | core/ |
|
ClassWithConstants::SOME_VALUE | constant | core/ |
|
ClassWithInvalidAnnotationTargetAtClass | class | core/ |
Plugin annotation @AnnotationTargetPropertyMethod("Some data"); |
ClassWithInvalidAnnotationTargetAtClass.php | file | core/ |
|
ClassWithInvalidAnnotationTargetAtClass::$foo | property | core/ |
Plugin annotation @AnnotationTargetPropertyMethod("Bar"); |
ClassWithInvalidAnnotationTargetAtMethod | class | core/ |
Plugin annotation @AnnotationTargetClass("Some data"); |
ClassWithInvalidAnnotationTargetAtMethod.php | file | core/ |
|
ClassWithInvalidAnnotationTargetAtMethod::functionName | function | core/ |
Plugin annotation @AnnotationTargetClass("functionName"); |
ClassWithInvalidAnnotationTargetAtProperty | class | core/ |
Plugin annotation @AnnotationTargetClass("Some data"); |
ClassWithInvalidAnnotationTargetAtProperty.php | file | core/ |
|
ClassWithInvalidAnnotationTargetAtProperty::$bar | property | core/ |
Plugin annotation @AnnotationTargetAnnotation("Foo"); |
ClassWithInvalidAnnotationTargetAtProperty::$foo | property | core/ |
Plugin annotation @AnnotationTargetClass("Bar"); |
ClassWithValidAnnotationTarget | class | core/ |
Plugin annotation @AnnotationTargetClass("Some data"); |
ClassWithValidAnnotationTarget.php | file | core/ |
|
ClassWithValidAnnotationTarget::$foo | property | core/ |
Plugin annotation @AnnotationTargetPropertyMethod("Some data"); |
ClassWithValidAnnotationTarget::$name | property | core/ |
Plugin annotation @AnnotationTargetAll("Some data",name="Some name") |
ClassWithValidAnnotationTarget::$nested | property | core/ |
Plugin annotation @AnnotationTargetAll(@AnnotationTargetAnnotation); |
ClassWithValidAnnotationTarget::someFunction | function | core/ |
Plugin annotation @AnnotationTargetPropertyMethod("Some data",name="Some name") |
ClassWriter | class | core/ |
Helper class to rewrite PHPUnit's TestCase class. |
ClassWriter.php | file | core/ |
|
ClassWriter::alterAssert | function | core/ |
Alters the Assert class. |
ClassWriter::alterTestCase | function | core/ |
Alters the TestCase class. |
ClassWriter::flushAlteredCodeToFile | function | core/ |
Flushes altered class code to file when necessary. |
ClassWriter::mutateTestBase | function | core/ |
Mutates PHPUnit classes to make it compatible with Drupal. |
ClassWriter::__construct | function | core/ |
This class should not be instantiated. |
CommentCSSTest::testCommentClasses | function | core/ |
Tests CSS classes on comments. |
CommonTestController::typeLinkActiveClass | function | core/ |
Returns links to the current page, with and without query strings. |
ComponentValidator::getClassProps | function | core/ |
Gets the props that are not JSON based. |
ComponentValidator::getClassProps | function | core/ |
Gets the props that are not JSON based. |
ComponentValidator::nullifyClassPropsSchema | function | core/ |
Utility method to ensure the schema for class props is set to 'null'. |
ComponentValidator::nullifyClassPropsSchema | function | core/ |
Utility method to ensure the schema for class props is set to 'null'. |
ComponentValidator::validateClassProps | function | core/ |
Validates the props that are not JSON Schema. |
ComponentValidator::validateClassProps | function | core/ |
Validates the props that are not JSON Schema. |
ConfigEntityStorageClassException | class | core/ |
Thrown when a storage class is not an instance of ConfigEntityStorage. |
ConfigEntityStorageClassException.php | file | core/ |
|
ConfigEntityType::$entity_type_class | property | core/ |
The class used to represent the entity type. |
ConfigEntityType::checkStorageClass | function | core/ |
|
ConfigEntityTypeTest::testSetStorageClass | function | core/ |
@covers ::setStorageClass |
ConfigTest::setUpBeforeClass | function | core/ |
|
Connection::$driverClasses | property | core/ |
Index of what driver-specific class to use for various operations. |
Connection::$statementClass | property | core/ |
|
Connection::$statementWrapperClass | property | core/ |
The name of the StatementWrapper class for this connection. |
Connection::$statementWrapperClass | property | core/ |
The name of the StatementWrapper class for this connection. |
Connection::$statementWrapperClass | property | core/ |
The name of the StatementWrapper class for this connection. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.