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
RemoteFileUnmanagedCopyTest::$classname property core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedCopyTest.php A fully-qualified stream wrapper class name to register for the test.
ResourceIdentifierNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/ResourceIdentifierNormalizer.php The interface or class that this Normalizer supports.
ResourceObjectNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/ResourceObjectNormalizer.php The interface or class that this Normalizer supports.
ResourceTest::testSerializationClassIsOptional function core/modules/rest/tests/src/Functional/ResourceTest.php Tests that serialization_class is optional.
ResourceType::$deserializationTargetClass property core/modules/jsonapi/src/ResourceType/ResourceType.php The class to which a payload converts to.
ResourceType::getDeserializationTargetClass function core/modules/jsonapi/src/ResourceType/ResourceType.php Gets the deserialization target class.
RestResource::$serialization_class property core/modules/rest/src/Annotation/RestResource.php The serialization class to deserialize serialized data into.
RouteBuilderTest::testRebuildWithOverriddenRouteClass function core/tests/Drupal/Tests/Core/Routing/RouteBuilderTest.php Tests routes can use alternative compiler classes.
ServerCommand::$classLoader property core/lib/Drupal/Core/Command/ServerCommand.php The class loader.
ServiceClassDefault class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php
ServiceClassMariaDb class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php
ServiceClassMysql class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php
ServiceClassSqlite class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php
service_provider_test_class service core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml Drupal\service_provider_test\TestClass
SimpleAnnotationReader::getClassAnnotation function core/lib/Drupal/Component/Annotation/Doctrine/SimpleAnnotationReader.php
SimpleAnnotationReader::getClassAnnotations function core/lib/Drupal/Component/Annotation/Doctrine/SimpleAnnotationReader.php
SimpletestPhpunitRunCommandTest::setUpBeforeClass function core/modules/simpletest/tests/src/Unit/SimpletestPhpunitRunCommandTest.php
simpletest_classloader_register function core/modules/simpletest/simpletest.module Registers test namespaces of all extensions and core test classes.
SomeAnnotationClassNameWithoutConstructor class core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
SomeAnnotationClassNameWithoutConstructor::$data property core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
SomeAnnotationClassNameWithoutConstructor::$name property core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
SomeAnnotationClassNameWithoutConstructorAndProperties class core/tests/Drupal/Tests/Component/Annotation/Doctrine/DocParserTest.php
SomeClass class core/modules/system/tests/modules/module_autoload_test/src/SomeClass.php
SomeClass.php file core/modules/system/tests/modules/module_autoload_test/src/SomeClass.php
SomeClass::TEST constant core/modules/system/tests/modules/module_autoload_test/src/SomeClass.php
SomeClass::testMethod function core/modules/system/tests/modules/module_autoload_test/src/SomeClass.php
StreamWrapperManager::getClass function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManager.php Returns the stream wrapper class name for a given scheme.
StreamWrapperManagerInterface::getClass function core/lib/Drupal/Core/StreamWrapper/StreamWrapperManagerInterface.php Returns the stream wrapper class name for a given scheme.
StreamWrapperTest::$classname property core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php A fully-qualified stream wrapper class name to register for the test.
StreamWrapperTest::testGetClassName function core/tests/Drupal/KernelTests/Core/File/StreamWrapperTest.php Test the getClassName() function.
StringNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/tests/modules/jsonapi_test_data_type/src/Normalizer/StringNormalizer.php The interface or class that this Normalizer supports.
StringNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/tests/modules/jsonapi_test_field_type/src/Normalizer/StringNormalizer.php The interface or class that this Normalizer supports.
StubReflectionFactory::getPluginClass function core/tests/Drupal/Tests/Component/Plugin/Factory/ReflectionFactoryTest.php Finds the class relevant for a given plugin.
StubVariableTestClass class core/tests/Drupal/Tests/Component/Utility/VariableTest.php No-op test class for VariableTest::testExport().
StyleHtmlListTest::testDefaultRowClasses function core/modules/views/tests/src/Kernel/Plugin/StyleHtmlListTest.php Make sure that the HTML list style markup is correct.
StylePluginBase::$usesRowClass property core/modules/views/src/Plugin/views/style/StylePluginBase.php Does the style plugin support custom css class for the rows.
StylePluginBase::getRowClass function core/modules/views/src/Plugin/views/style/StylePluginBase.php Return the token replaced row class for the specified row.
StylePluginBase::usesRowClass function core/modules/views/src/Plugin/views/style/StylePluginBase.php Returns the usesRowClass property.
StyleTest::testCustomRowClasses function core/modules/views/tests/src/Kernel/Plugin/StyleTest.php Tests custom CSS row classes.
StyleUnformattedTest::testDefaultRowClasses function core/modules/views/tests/src/Kernel/Plugin/StyleUnformattedTest.php Make sure that the default css classes works as expected.
system_post_update_classy_message_library function core/modules/system/system.post_update.php Clear caches to ensure Classy's message library is always added.
Table::$usesRowClass property core/modules/views/src/Plugin/views/style/Table.php Does the style plugin support custom css class for the rows.
TableDragTest::DRAGGING_CSS_CLASS constant core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Class used to verify that dragging operations are in execution.
TestAccessClass class core/tests/Drupal/Tests/Core/Render/RendererTest.php
TestAccessClass::accessFalse function core/tests/Drupal/Tests/Core/Render/RendererTest.php
TestAccessClass::accessResultAllowed function core/tests/Drupal/Tests/Core/Render/RendererTest.php
TestAccessClass::accessResultForbidden function core/tests/Drupal/Tests/Core/Render/RendererTest.php
TestAccessClass::accessTrue function core/tests/Drupal/Tests/Core/Render/RendererTest.php
TestAccessClass::trustedCallbacks function core/tests/Drupal/Tests/Core/Render/RendererTest.php Lists the trusted callbacks provided by the implementing class.
TestBase::$skipClasses property core/modules/simpletest/src/TestBase.php This class is skipped when looking for the source of an assertion.

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