Search for class

  1. Search 7.x for class
  2. Search 9.5.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
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")
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.
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/modules/system/tests/src/Kernel/Render/ClassyTest.php Tests the Classy theme.
ClassyTest class core/tests/Drupal/FunctionalTests/Theme/ClassyTest.php Tests the classy theme.
ClassyTest.php file core/modules/system/tests/src/Kernel/Render/ClassyTest.php
ClassyTest.php file core/tests/Drupal/FunctionalTests/Theme/ClassyTest.php
ClassyTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Theme/ClassyTest.php The theme to install as the default for testing.
ClassyTest::$modules property core/modules/system/tests/src/Kernel/Render/ClassyTest.php Modules to enable.
ClassyTest::setUp function core/modules/system/tests/src/Kernel/Render/ClassyTest.php
ClassyTest::testClassyTheme function core/modules/system/tests/src/Kernel/Render/ClassyTest.php Test the classy theme.
ClassyTest::testRegressionMissingMessagesCss function core/tests/Drupal/FunctionalTests/Theme/ClassyTest.php Tests that the Classy theme always adds its message CSS.
classy_form_alter function core/themes/classy/classy.theme Implements hook_form_alter().
classy_preprocess_image_widget function core/themes/classy/classy.theme Implements hook_preprocess_image_widget().
classy_preprocess_links__media_library_menu function core/themes/classy/classy.theme Implements hook_preprocess_links__media_library_menu().
class_resolver service core/core.services.yml Drupal\Core\DependencyInjection\ClassResolver
CommentCSSTest::testCommentClasses function core/modules/comment/tests/src/Functional/CommentCSSTest.php Tests CSS classes on comments.
CommonTestController::typeLinkActiveClass function core/modules/system/tests/modules/common_test/src/Controller/CommonTestController.php Returns links to the current page, with and without query strings.
ComplexDataNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/ComplexDataNormalizer.php The interface or class that this Normalizer supports.
ConfigEntityDenormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/ConfigEntityDenormalizer.php The interface or class that this Normalizer supports.
ConfigEntityNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/ConfigEntityNormalizer.php The interface or class that this Normalizer supports.
ConfigEntityStorageClassException class core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityStorageClassException.php Thrown when a storage class is not an instance of ConfigEntityStorage.
ConfigEntityStorageClassException.php file core/lib/Drupal/Core/Config/Entity/Exception/ConfigEntityStorageClassException.php
ConfigEntityType::$entity_type_class property core/lib/Drupal/Core/Entity/Annotation/ConfigEntityType.php The class used to represent the entity type.
ConfigEntityType::checkStorageClass function core/lib/Drupal/Core/Config/Entity/ConfigEntityType.php
ConfigEntityTypeTest::testSetStorageClass function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityTypeTest.php @covers ::setStorageClass
ConfigTest::setUpBeforeClass function core/tests/Drupal/Tests/Composer/Plugin/ProjectMessage/ConfigTest.php
ConfigurablePluginInterfaceTestClass class core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php Test Class to trigger deprecation error.
ConfigurablePluginInterfaceTestClass::calculateDependencies function core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php Calculates dependencies for the configured plugin.
ConfigurablePluginInterfaceTestClass::defaultConfiguration function core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php Gets default configuration for this plugin.
ConfigurablePluginInterfaceTestClass::getConfiguration function core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php Gets this plugin's configuration.
ConfigurablePluginInterfaceTestClass::setConfiguration function core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php Sets the configuration for this plugin instance.
ConfirmClassyCopiesTest class core/tests/Drupal/KernelTests/Core/Theme/ConfirmClassyCopiesTest.php Confirms that theme assets copied from Classy have not been changed.
ConfirmClassyCopiesTest.php file core/tests/Drupal/KernelTests/Core/Theme/ConfirmClassyCopiesTest.php
ConfirmClassyCopiesTest::getClassyHash function core/tests/Drupal/KernelTests/Core/Theme/ConfirmClassyCopiesTest.php Gets the hash of a Classy asset.
ConfirmClassyCopiesTest::providerTestClassyCopies function core/tests/Drupal/KernelTests/Core/Theme/ConfirmClassyCopiesTest.php Provides lists of filenames for a theme's asset files copied from Classy.
ConfirmClassyCopiesTest::testClassyCopies function core/tests/Drupal/KernelTests/Core/Theme/ConfirmClassyCopiesTest.php Confirms that files copied from Classy have not been altered.
ConfirmClassyCopiesTest::testClassyHashes function core/tests/Drupal/KernelTests/Core/Theme/ConfirmClassyCopiesTest.php Tests Classy's assets have not been altered.
Connection::$driverClasses property core/lib/Drupal/Core/Database/Connection.php Index of what driver-specific class to use for various operations.
Connection::$statementClass property core/lib/Drupal/Core/Database/Connection.php The name of the Statement class for this connection.
Connection::getDriverClass function core/lib/Drupal/Core/Database/Connection.php Gets the driver-specific override class if any for the specified class.

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