Search for class
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| class_resolver | service | core/ |
Drupal\Core\DependencyInjection\ClassResolver |
| 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::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. |
| ConfigEntityBaseMockableClass | class | core/ |
A class extending ConfigEntityBase for testing purposes. |
| 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[[api-linebreak]] |
| 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. |
| 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::getDriverClass | function | core/ |
Gets the driver-specific override class if any for the specified class. |
| ConnectionTest::providerGetDriverClass | function | core/ |
Data provider for testGetDriverClass(). |
| ConnectionTest::testGetDriverClass | function | core/ |
@covers ::getDriverClass[[api-linebreak]] @dataProvider providerGetDriverClass @group legacy |
| ConstraintValidatorFactory::$classResolver | property | core/ |
The class resolver. |
| ContainerTest::$containerClass | property | core/ |
The container class to be tested. |
| ContainerTest::testGetForClassFromParameter | function | core/ |
Tests that Container::get() works properly for class from parameters. |
| ContainerTest::testGetForFactoryClass | function | core/ |
Tests that Container::get() for factories via class works (Symfony 2.7.0). |
| ContentEntityBaseMockableClass | class | core/ |
A class extending ContentEntityBase for mocking purposes. |
| ContentEntityBaseMockableClass.php | file | core/ |
|
| ContentEntityStorageBase::getBundleFromClass | function | core/ |
Retrieves the bundle name for a provided class name. |
| ContentEntityStorageBase::getEntityClass | function | core/ |
Retrieves the class name used to create the entity. |
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.