Search for class
- Search 7.x for class
- Search 8.9.x for class
- Search 10.3.x for class
- Search 11.x for class
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ClassResolver.php | file | core/ |
|
| ClassResolver::getInstanceFromDefinition | function | core/ |
Returns a class instance with a given class definition. |
| ClassResolverInterface | interface | core/ |
Provides interface to get an instance of a class with dependency injection. |
| 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. |
| classy.info.yml | file | core/ |
core/themes/classy/classy.info.yml |
| classy.libraries.yml | file | core/ |
core/themes/classy/classy.libraries.yml |
| classy.theme | file | core/ |
Functions to support theming in the Classy theme. |
| ClassyPreprocessUnchangedTest | class | core/ |
Confirms that classy.theme has not added new functionality. |
| ClassyPreprocessUnchangedTest.php | file | core/ |
|
| ClassyPreprocessUnchangedTest::testNoNewPreprocess | function | core/ |
Confirms that classy.theme has not added any new functionality. |
| ClassyTemplatesIdenticalToStableTest | class | core/ |
Confirms that certain Classy templates have identical equivalents in Stable. |
| ClassyTemplatesIdenticalToStableTest.php | file | core/ |
|
| ClassyTemplatesIdenticalToStableTest::providerTestStableTemplatesIdenticalToClassy | function | core/ |
A list of the Classy templates that have identical copies in Stable. |
| ClassyTemplatesIdenticalToStableTest::testStableTemplatesIdenticalToClassy | function | core/ |
Confirms that certain Classy templates have equivalents in Stable. |
| ClassyTest | class | core/ |
Tests the Classy theme. |
| ClassyTest | class | core/ |
Tests the classy theme. |
| ClassyTest.php | file | core/ |
|
| ClassyTest.php | file | core/ |
|
| ClassyTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| ClassyTest::$modules | property | core/ |
Modules to enable. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.