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
ClassyTest::setUp function core/themes/classy/tests/src/Kernel/ClassyTest.php
ClassyTest::testClassyTheme function core/themes/classy/tests/src/Kernel/ClassyTest.php Tests the classy theme.
ClassyTest::testRegressionMissingMessagesCss function core/themes/classy/tests/src/Functional/ClassyTest.php Tests that the Classy theme always adds its message CSS.
ClassyUninstallUpdateTest class core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php Ensures that update hook uninstalls Classy when it's no longer needed.
ClassyUninstallUpdateTest.php file core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php
ClassyUninstallUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php Set database dump files to be used.
ClassyUninstallUpdateTest::testUpdate function core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php Ensures that Classy is disabled if it's no longer needed.
ClassyUninstallUpdateTest::testUpdateClassyNeeded function core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php Ensures that updates run without errors when Classy is still needed.
ClassyUninstallUpdateTest::testUpdateClassyNotInstalled function core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php Ensures that updates run without errors when Classy is not installed.
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.
ConditionTest::testConditionClassDeprecation function core/tests/Drupal/Tests/Core/Database/ConditionTest.php Tests the deprecation of the class Condition.
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
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::$statementClass property core/modules/sqlite/src/Driver/Database/sqlite/Connection.php The name of the Statement class for this connection.
Connection::$statementClass property core/modules/mysql/src/Driver/Database/mysql/Connection.php The name of the Statement class for this connection.
Connection::$statementClass property core/modules/pgsql/src/Driver/Database/pgsql/Connection.php The name of the Statement class for this connection.
Connection::$statementWrapperClass property core/modules/sqlite/src/Driver/Database/sqlite/Connection.php The name of the StatementWrapper class for this connection.
Connection::$statementWrapperClass property core/modules/mysql/src/Driver/Database/mysql/Connection.php The name of the StatementWrapper class for this connection.
Connection::$statementWrapperClass property core/modules/pgsql/src/Driver/Database/pgsql/Connection.php The name of the StatementWrapper class for this connection.
Connection::$statementWrapperClass property core/lib/Drupal/Core/Database/Connection.php The name of the StatementWrapper 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.
ConnectionTest::providerGetDriverClass function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Data provider for testGetDriverClass().
ConnectionTest::testGetDriverClass function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php @covers ::getDriverClass
@dataProvider providerGetDriverClass
ConnectionTest::testPdoStatementClass function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Tests the deprecation of \Drupal\Core\Database\Connection::$statementClass.
ConstraintValidatorFactory::$classResolver property core/lib/Drupal/Core/Validation/ConstraintValidatorFactory.php The class resolver.
ContainerTest::$containerClass property core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php The container class to be tested.
ContainerTest::testGetForClassFromParameter function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::get() works properly for class from parameters.
ContainerTest::testGetForFactoryClass function core/tests/Drupal/Tests/Component/DependencyInjection/ContainerTest.php Tests that Container::get() for factories via class works (Symfony 2.7.0).
ContentEntityDenormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/ContentEntityDenormalizer.php The interface or class that this Normalizer supports.
ContentEntityNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/ContentEntityNormalizer.php The interface or class that this Normalizer supports.

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