Search for classes

  1. Search 7.x for classes
  2. Search 9.5.x for classes
  3. Search 8.9.x for classes
  4. Search 10.3.x for classes
  5. Search 11.x for classes
  6. Other projects
Title Object type File name Summary
AttributeRouteDiscoveryTest::testInvalidClasses function core/tests/Drupal/Tests/Core/Routing/AttributeRouteDiscoveryTest.php Tests that invalid controller classes do not break route discovery.
AttributeTest::testAddClasses function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests adding class attributes with the AttributeArray helper method.
AttributeTest::testChainAddRemoveClasses function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests removing class attributes with the Attribute helper methods.
AttributeTest::testRemoveClasses function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests removing class attributes with the AttributeArray helper method.
AttributeTest::testTwigAddRemoveClasses function core/tests/Drupal/Tests/Core/Template/AttributeTest.php Tests the twig calls to the Attribute.
ClaroViewsUiTest::testViewsUiDropButtonCssClasses function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsUiTest.php Tests Views UI dropbutton CSS classes.
ClaroViewsUiTest::testViewsUiTabsCssClasses function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroViewsUiTest.php Tests Views UI display menu tabs CSS classes.
CommentCSSTest::testCommentClasses function core/modules/comment/tests/src/Functional/CommentCSSTest.php Tests CSS classes on comments.
Connection::$driverClasses property core/lib/Drupal/Core/Database/Connection.php Index of what driver-specific class to use for various operations.
DestinationCategoryTest::getConfigurationClasses function core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php Get configuration classes.
DestinationCategoryTest::getContentClasses function core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/DestinationCategoryTest.php Get content classes.
DocParserIgnoredClassesTest class core/tests/Drupal/Tests/Component/Annotation/DocParserIgnoredClassesTest.php Tests Drupal\Component\Annotation\Doctrine\DocParser.
DocParserIgnoredClassesTest.php file core/tests/Drupal/Tests/Component/Annotation/DocParserIgnoredClassesTest.php
DocParserIgnoredClassesTest::testIgnoredAnnotationSkippedBeforeReflection function core/tests/Drupal/Tests/Component/Annotation/DocParserIgnoredClassesTest.php Ensure annotations can be ignored when namespaces are present.
DrupalComponentTest::findPhpClasses function core/tests/Drupal/Tests/Component/DrupalComponentTest.php Searches a directory recursively for PHP classes.
DrupalKernel::$serviceProviderClasses property core/lib/Drupal/Core/DrupalKernel.php List of discovered service provider class names or objects.
drupal_debug_classloader_test_classes.php file core/tests/fixtures/TestTools/drupal_debug_classloader_test_classes.php
ElementTest::testButtonClasses function core/modules/system/tests/src/Functional/Form/ElementTest.php Tests button classes.
EntityType::$decoratedClasses property core/lib/Drupal/Core/Entity/EntityType.php The list of the classes when overridden.
EntityType::getDecoratedClasses function core/lib/Drupal/Core/Entity/EntityType.php Gets the list of all the classes for this entity type.
EntityType::getHandlerClasses function core/lib/Drupal/Core/Entity/EntityType.php Gets an array of handlers.
EntityType::getRouteProviderClasses function core/lib/Drupal/Core/Entity/EntityType.php Gets all the route provide handlers.
EntityType::hasFormClasses function core/lib/Drupal/Core/Entity/EntityType.php Indicates if this entity type has any forms.
EntityTypeInterface::getDecoratedClasses function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets the list of all the classes for this entity type.
EntityTypeInterface::getHandlerClasses function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets an array of handlers.
EntityTypeInterface::getRouteProviderClasses function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Gets all the route provide handlers.
EntityTypeInterface::hasFormClasses function core/lib/Drupal/Core/Entity/EntityTypeInterface.php Indicates if this entity type has any forms.
EntityTypeTest::testGetDecoratedClassesSet function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests get decorated classes through set.
EntityTypeTest::testGetDecoratedClassesSetClass function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests get decorated classes through setClass.
EntityTypeTest::testHasFormClasses function core/tests/Drupal/Tests/Core/Entity/EntityTypeTest.php Tests the hasFormClasses() method.
FieldFieldTest::testFieldApiClassesRender function core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php Tests the result of a view field with field_api_classes enabled.
FieldHandlerInterface::elementClasses function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Returns the class of the field.
FieldHandlerInterface::elementLabelClasses function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Returns the class of the field's label.
FieldHandlerInterface::elementWrapperClasses function core/modules/views/src/Plugin/views/field/FieldHandlerInterface.php Returns the class of the field's wrapper.
FieldPluginBase::elementClasses function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Returns the class of the field.
FieldPluginBase::elementLabelClasses function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Returns the class of the field's label.
FieldPluginBase::elementWrapperClasses function core/modules/views/src/Plugin/views/field/FieldPluginBase.php Returns the class of the field's wrapper.
FieldPluginBaseTest::testElementClassesWithTokens function core/modules/views/tests/src/Unit/Plugin/field/FieldPluginBaseTest.php Ensures proper token replacement when generating CSS classes.
FieldWebTest::testFieldClasses function core/modules/views/tests/src/Functional/Handler/FieldWebTest.php Tests the field/label/wrapper classes.
Html::$classes property core/lib/Drupal/Component/Utility/Html.php An array of previously cleaned HTML classes.
Page header for Classes page group core/core.api.php Introduction to classes
PhpUnitApiFindAllClassFilesTest::testAllClasses function core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiFindAllClassFilesTest.php Checks PHPUnit API based discovery.
PhpUnitApiGetTestClassesTest class core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiGetTestClassesTest.php Tests ::getTestClasses().
PhpUnitApiGetTestClassesTest.php file core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiGetTestClassesTest.php
PhpUnitApiGetTestClassesTest::argumentsProvider function core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiGetTestClassesTest.php Provides test data to ::testSuite.
PhpUnitApiGetTestClassesTest::testSuite function core/tests/Drupal/KernelTests/Core/Test/PhpUnitApiGetTestClassesTest.php Checks PHPUnit API based discovery.
PhpUnitAutoloaderTest::testPhpUnitTestClassesLoading function core/tests/Drupal/Tests/Core/Test/PhpUnitAutoloaderTest.php Tests loading of classes provided by test sub modules.
PhpUnitTestDiscovery::getTestClasses function core/lib/Drupal/Core/Test/PhpUnitTestDiscovery.php Discovers available tests.
RegisterSerializationClassesCompilerPass class core/modules/serialization/src/RegisterSerializationClassesCompilerPass.php Adds services tagged 'normalizer' and 'encoder' to the Serializer.
RegisterSerializationClassesCompilerPass class core/modules/jsonapi/src/DependencyInjection/Compiler/RegisterSerializationClassesCompilerPass.php Adds services tagged JSON:API-only normalizers to the Serializer.

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