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

Exact matches

These are exact matches according to your search
Title Object type File name Summary
class attribute core/modules/views/src/ResultRow.php
class attribute core/modules/views/src/ViewExecutable.php
class attribute core/modules/views/src/Plugin/views/join/JoinPluginBase.php
class attribute core/modules/views/src/Plugin/views/PluginBase.php
class attribute core/modules/migrate/src/Plugin/Migration.php
class attribute core/modules/views_ui/src/ViewUI.php
class attribute core/lib/Drupal/Core/Session/UserSession.php
class attribute core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
class attribute core/lib/Drupal/Core/Extension/Extension.php
class attribute core/lib/Drupal/Component/Diff/Engine/DiffEngine.php

All search results

Title Object type File name Summary
ClassLoaderTest::$defaultTheme property core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php The theme to install as the default for testing.
ClassLoaderTest::$expected property core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php The expected result from calling the module-provided class' method.
ClassLoaderTest::testAutoloadFromModuleFile function core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php Tests that .module files can use class constants in main section.
ClassLoaderTest::testClassLoading function core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php Tests that module-provided classes can be loaded when a module is enabled.
ClassLoaderTest::testClassLoadingDisabledModules function core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php Tests that module-provided classes can't be loaded from disabled modules.
ClassLoaderTest::testClassLoadingNotInstalledModules function core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php Tests that module-provided classes can't be loaded if module not installed.
ClassLoaderTest::testMultipleModules function core/modules/system/tests/src/Functional/Module/ClassLoaderTest.php Ensures the negative caches in the class loader don't result in crashes.
ClassRequiresAvailable class core/tests/Drupal/BuildTests/Framework/Tests/ExternalCommandRequirementTest.php @requires externalCommand available_command
ClassRequiresAvailable::externalCommandIsAvailable function core/tests/Drupal/BuildTests/Framework/Tests/ExternalCommandRequirementTest.php Determine if an external command is available.
ClassRequiresUnavailable class core/tests/Drupal/BuildTests/Framework/Tests/ExternalCommandRequirementTest.php @requires externalCommand unavailable_command
ClassResolver class core/lib/Drupal/Core/DependencyInjection/ClassResolver.php Implements the class resolver interface supporting class names and services.
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

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