Search for class

  1. Search 7.x for class
  2. Search 8.9.x for class
  3. Search 10.3.x for class
  4. Search 11.x for class
  5. Other projects
Title Object type File name Summary
ClassResolver.php file core/lib/Drupal/Core/DependencyInjection/ClassResolver.php
ClassResolver::getInstanceFromDefinition function core/lib/Drupal/Core/DependencyInjection/ClassResolver.php Returns a class instance with a given class definition.
ClassResolverInterface interface core/lib/Drupal/Core/DependencyInjection/ClassResolverInterface.php Provides interface to get an instance of a class with dependency injection.
ClassResolverInterface.php file core/lib/Drupal/Core/DependencyInjection/ClassResolverInterface.php
ClassResolverInterface::getInstanceFromDefinition function core/lib/Drupal/Core/DependencyInjection/ClassResolverInterface.php Returns a class instance with a given class definition.
ClassWithConstants class core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithConstants.php
ClassWithConstants.php file core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithConstants.php
ClassWithConstants::OTHER_KEY_ constant core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithConstants.php
ClassWithConstants::OTHER_KEY_2 constant core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithConstants.php
ClassWithConstants::SOME_KEY constant core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/ClassWithConstants.php
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")
ClassWriter class core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit8/ClassWriter.php Helper class to rewrite PHPUnit's TestCase class.
ClassWriter.php file core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit8/ClassWriter.php
ClassWriter::alterAssert function core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit8/ClassWriter.php Alters the Assert class.
ClassWriter::alterTestCase function core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit8/ClassWriter.php Alters the TestCase class.
ClassWriter::flushAlteredCodeToFile function core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit8/ClassWriter.php Flushes altered class code to file when necessary.
ClassWriter::mutateTestBase function core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit8/ClassWriter.php Mutates PHPUnit classes to make it compatible with Drupal.
ClassWriter::__construct function core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit8/ClassWriter.php This class should not be instantiated.
classy.info.yml file core/themes/classy/classy.info.yml core/themes/classy/classy.info.yml
classy.libraries.yml file core/themes/classy/classy.libraries.yml core/themes/classy/classy.libraries.yml
classy.theme file core/themes/classy/classy.theme Functions to support theming in the Classy theme.
ClassyPreprocessUnchangedTest class core/tests/Drupal/Tests/Core/Theme/ClassyPreprocessUnchangedTest.php Confirms that classy.theme has not added new functionality.
ClassyPreprocessUnchangedTest.php file core/tests/Drupal/Tests/Core/Theme/ClassyPreprocessUnchangedTest.php
ClassyPreprocessUnchangedTest::testNoNewPreprocess function core/tests/Drupal/Tests/Core/Theme/ClassyPreprocessUnchangedTest.php Confirms that classy.theme has not added any new functionality.
ClassyTemplatesIdenticalToStableTest class core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php Confirms that certain Classy templates have identical equivalents in Stable.
ClassyTemplatesIdenticalToStableTest.php file core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php
ClassyTemplatesIdenticalToStableTest::providerTestStableTemplatesIdenticalToClassy function core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php A list of the Classy templates that have identical copies in Stable.
ClassyTemplatesIdenticalToStableTest::testStableTemplatesIdenticalToClassy function core/tests/Drupal/Tests/Core/Theme/ClassyTemplatesIdenticalToStableTest.php Confirms that certain Classy templates have equivalents in Stable.
ClassyTest class core/themes/classy/tests/src/Kernel/ClassyTest.php Tests the Classy theme.
ClassyTest class core/themes/classy/tests/src/Functional/ClassyTest.php Tests the classy theme.
ClassyTest.php file core/themes/classy/tests/src/Kernel/ClassyTest.php
ClassyTest.php file core/themes/classy/tests/src/Functional/ClassyTest.php
ClassyTest::$defaultTheme property core/themes/classy/tests/src/Functional/ClassyTest.php The theme to install as the default for testing.
ClassyTest::$modules property core/themes/classy/tests/src/Kernel/ClassyTest.php Modules to enable.

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