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 main for classes
  6. Other projects
Title Object type File name Summary
abstract-test-classes.php file core/tests/PHPStan/fixtures/abstract-test-classes.php
AttributeClassDiscovery::$skipClasses property core/lib/Drupal/Component/Plugin/Discovery/AttributeClassDiscovery.php An array of classes to skip.
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.
CommentCSSTest::testCommentClasses function core/modules/history/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.
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.
NoClassMetadataOnAbstractTestClasses class core/tests/PHPStan/Rules/NoClassMetadataOnAbstractTestClasses.php Ensures abstract test base classes do not carry metadata.
NoClassMetadataOnAbstractTestClasses.php file core/tests/PHPStan/Rules/NoClassMetadataOnAbstractTestClasses.php
NoClassMetadataOnAbstractTestClasses::$annotationTargets property core/tests/PHPStan/Rules/NoClassMetadataOnAbstractTestClasses.php PHPUnit metadata annotations.
NoClassMetadataOnAbstractTestClasses::getNodeType function core/tests/PHPStan/Rules/NoClassMetadataOnAbstractTestClasses.php
NoClassMetadataOnAbstractTestClasses::processNode function core/tests/PHPStan/Rules/NoClassMetadataOnAbstractTestClasses.php
NoClassMetadataOnAbstractTestClasses::__construct function core/tests/PHPStan/Rules/NoClassMetadataOnAbstractTestClasses.php
NoClassMetadataOnAbstractTestClassesTest class core/tests/PHPStan/tests/NoClassMetadataOnAbstractTestClassesTest.php Tests NoClassMetadataOnAbstractTestClasses rule.
NoClassMetadataOnAbstractTestClassesTest.php file core/tests/PHPStan/tests/NoClassMetadataOnAbstractTestClassesTest.php

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