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
DeprecatedEntityStorage::getCurrentEntityClass function core/modules/system/tests/modules/entity_test_deprecated_storage/src/Storage/DeprecatedEntityStorage.php Gets the current entity class via deprecated means.
DeprecatedEntityStorage::setEntityClass function core/modules/system/tests/modules/entity_test_deprecated_storage/src/Storage/DeprecatedEntityStorage.php Sets the entity class via deprecated means.
DerivativeDiscoveryDecorator::getDeriverClass function core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php Gets the deriver class name from the base plugin definition.
DerivativeDiscoveryDecoratorTest::testGetDeriverClassWithClassedDefinitions function core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php Tests getDeriverClass with classed objects instead of arrays.
DerivativeDiscoveryDecoratorTest::testGetDeriverClassWithInvalidClassedDefinitions function core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php @covers ::getDeriverClass
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.
DocParser::$classExists property core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php This hashmap is used internally to cache results of class_exists()
look-ups.
DocParser::$classIdentifiers property core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php An array of all valid tokens for a class name.
DocParser::classExists function core/lib/Drupal/Component/Annotation/Doctrine/DocParser.php Attempts to check if a class exists or not. This never goes through the PHP autoloading mechanism
but uses the {@link AnnotationRegistry} to load classes.
DocParserIgnoredClassesTest class core/tests/Drupal/Tests/Component/Annotation/DocParserIgnoredClassesTest.php @coversDefaultClass \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.
DocParserTest::testAnnotationWithoutClassIsIgnoredWithoutWarning function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group DDC-77
DocParserTest::testNotAnAnnotationClassIsIgnoredWithoutWarning function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @group DCOM-168
DocParserTest::testSupportClassConstants function core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php @dataProvider getConstantsProvider
Drupal::classResolver function core/lib/Drupal.php Retrieves the class resolver.
DrupalAspectsOfCKEditor5Plugin::$class property core/modules/ckeditor5/src/Annotation/DrupalAspectsOfCKEditor5Plugin.php The CKEditor 5 plugin class.
DrupalComponentTest::findPhpClasses function core/tests/Drupal/Tests/Component/DrupalComponentTest.php Searches a directory recursively for PHP classes.
DrupalKernel::$bootstrapContainerClass property core/lib/Drupal/Core/DrupalKernel.php Holds the class used for instantiating the bootstrap container.
DrupalKernel::$classLoader property core/lib/Drupal/Core/DrupalKernel.php The class loader object.
DrupalKernel::$phpArrayDumperClass property core/lib/Drupal/Core/DrupalKernel.php Holds the class used for dumping the container to a PHP array.
DrupalKernel::$serviceProviderClasses property core/lib/Drupal/Core/DrupalKernel.php List of discovered service provider class names or objects.
DrupalKernel::classLoaderAddMultiplePsr4 function core/lib/Drupal/Core/DrupalKernel.php Registers a list of namespaces with PSR-4 directories for class loading.
DrupalKernelTest::providerClassLoaderAutoDetect function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Data provider for self::testClassLoaderAutoDetect.
DrupalKernelTest::testClassLoaderAutoDetect function core/tests/Drupal/KernelTests/Core/DrupalKernel/DrupalKernelTest.php Tests class_loader_auto_detect setting.
DrupalStandardsListenerDeprecatedClass class core/modules/system/tests/modules/deprecation_test/src/Deprecation/DrupalStandardsListenerDeprecatedClass.php Fixture class for use by DrupalStandardsListenerDeprecationTest.
DrupalStandardsListenerDeprecatedClass.php file core/modules/system/tests/modules/deprecation_test/src/Deprecation/DrupalStandardsListenerDeprecatedClass.php
DrupalStandardsListenerDeprecatedClass::testFunction function core/modules/system/tests/modules/deprecation_test/src/Deprecation/DrupalStandardsListenerDeprecatedClass.php Returns a known value.
DrupalStandardsListenerTrait::classExists function core/tests/Drupal/Tests/Listeners/DrupalStandardsListenerTrait.php Helper method to check if a string names a valid class or trait.
DrupalTest::testClassResolver function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the classResolver method.
DrupalTest::testClassResolverWithClass function core/tests/Drupal/Tests/Core/DrupalTest.php Tests the classResolver method when called with a class.
drupal_phpunit_populate_class_loader function core/tests/bootstrap.php Populate class loader with additional namespaces for tests.
ElementTest::testButtonClasses function core/modules/system/tests/src/Functional/Form/ElementTest.php Tests button classes.
EntityAccessDeniedHttpExceptionNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/EntityAccessDeniedHttpExceptionNormalizer.php The interface or class that this Normalizer supports.
EntityBase::getTypedDataClass function core/lib/Drupal/Core/Entity/EntityBase.php Returns the typed data class name for this entity.
EntityNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/EntityNormalizer.php The interface or class that this Normalizer supports.
EntityReferenceFieldItemNormalizer::$supportedInterfaceOrClass property core/modules/serialization/src/Normalizer/EntityReferenceFieldItemNormalizer.php The interface or class that this Normalizer supports.
EntityReferenceFieldNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/EntityReferenceFieldNormalizer.php The interface or class that this Normalizer supports.
EntityReferenceItemNormalizer::$supportedInterfaceOrClass property core/modules/hal/src/Normalizer/EntityReferenceItemNormalizer.php The interface or class that this Normalizer supports.
EntityReferenceItemSubclass class core/modules/media_library/tests/modules/media_library_test/src/Plugin/Field/FieldType/EntityReferenceItemSubclass.php Plugin implementation of the 'entity_reference_subclass' field type.
EntityReferenceItemSubclass.php file core/modules/media_library/tests/modules/media_library_test/src/Plugin/Field/FieldType/EntityReferenceItemSubclass.php
EntityResolverManager::$classResolver property core/lib/Drupal/Core/Entity/EntityResolverManager.php The class resolver.
EntityResolverManager::getControllerClass function core/lib/Drupal/Core/Entity/EntityResolverManager.php Gets the controller class using route defaults.
EntityResolverManagerTest::$classResolver property core/tests/Drupal/Tests/Core/Entity/EntityResolverManagerTest.php The mocked class resolver.
EntityResourceValidationTraitTestClass class core/modules/rest/tests/src/Unit/EntityResourceValidationTraitTest.php A test class to use to test EntityResourceValidationTrait.
EntitySerializationTest::$entityClass property core/modules/serialization/tests/src/Kernel/EntitySerializationTest.php The class name of the test class.
EntityStorageBase::$baseEntityClass property core/lib/Drupal/Core/Entity/EntityStorageBase.php Name of the base entity class.
EntityStorageBase::getEntitiesByClass function core/lib/Drupal/Core/Entity/EntityStorageBase.php Indexes the given array of entities by their class name and ID.
EntityStorageBase::getEntityClass function core/lib/Drupal/Core/Entity/EntityStorageBase.php Retrieves the class name used to create the entity.

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