Search for class

  1. Search 7.x for class
  2. Search 9.5.x for class
  3. Search 8.9.x for class
  4. Search 10.3.x for class
  5. Other projects
Title Object type File name Summary
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.
SearchTextProcessorInterface::PREG_CLASS_CJK constant core/modules/search/src/SearchTextProcessorInterface.php Matches CJK (Chinese, Japanese, Korean) letter-like characters.
SearchTextProcessorInterface::PREG_CLASS_NUMBERS constant core/modules/search/src/SearchTextProcessorInterface.php Matches all 'N' Unicode character classes (numbers)
SearchTextProcessorInterface::PREG_CLASS_PUNCTUATION constant core/modules/search/src/SearchTextProcessorInterface.php Matches all 'P' Unicode character classes (punctuation)
ServerCommand::$classLoader property core/lib/Drupal/Core/Command/ServerCommand.php The class loader.
ServiceClassDefault class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php A class used for testing the backend compiler passes.
ServiceClassDriverTestMysql class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php A class used for testing the backend compiler passes.
ServiceClassMariaDb class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php A class used for testing the backend compiler passes.
ServiceClassMysql class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php A class used for testing the backend compiler passes.
ServiceClassSqlite class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php A class used for testing the backend compiler passes.
service_provider_test_class service core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml Drupal\service_provider_test\TestClass
service_provider_test_class_1 service core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml
service_provider_test_class_2 service core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml
service_provider_test_class_3 service core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml
service_provider_test_class_4 service core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml
service_provider_test_class_5 service core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml
service_provider_test_class_6 service core/modules/system/tests/modules/service_provider_test/service_provider_test.services.yml
SettingsTrayFormAnnotationIsClassBlock class core/modules/settings_tray/tests/modules/settings_tray_test/src/Plugin/Block/SettingsTrayFormAnnotationIsClassBlock.php Block that explicitly provides a "settings_tray" form class.
SettingsTrayFormAnnotationIsClassBlock.php file core/modules/settings_tray/tests/modules/settings_tray_test/src/Plugin/Block/SettingsTrayFormAnnotationIsClassBlock.php
SettingsTrayFormAnnotationIsClassBlock::build function core/modules/settings_tray/tests/modules/settings_tray_test/src/Plugin/Block/SettingsTrayFormAnnotationIsClassBlock.php Builds and returns the renderable array for this block plugin.
SettingsTrayFormAnnotationIsClassBlockForm class core/modules/settings_tray/tests/modules/settings_tray_test/src/Form/SettingsTrayFormAnnotationIsClassBlockForm.php
SettingsTrayFormAnnotationIsClassBlockForm.php file core/modules/settings_tray/tests/modules/settings_tray_test/src/Form/SettingsTrayFormAnnotationIsClassBlockForm.php
SettingsTrayFormAnnotationIsClassBlockForm::$plugin property core/modules/settings_tray/tests/modules/settings_tray_test/src/Form/SettingsTrayFormAnnotationIsClassBlockForm.php The block plugin.
SettingsTrayFormAnnotationIsClassBlockForm::buildConfigurationForm function core/modules/settings_tray/tests/modules/settings_tray_test/src/Form/SettingsTrayFormAnnotationIsClassBlockForm.php Form constructor.
SettingsTrayFormAnnotationIsClassBlockForm::submitConfigurationForm function core/modules/settings_tray/tests/modules/settings_tray_test/src/Form/SettingsTrayFormAnnotationIsClassBlockForm.php Form submission handler.
SharedEntityTestBundleClassA class core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassA.php A bundle class that shares the same entity type as entity_test.
SharedEntityTestBundleClassA.php file core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassA.php
SharedEntityTestBundleClassB class core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassB.php A bundle class that shares the same entity type as entity_test.
SharedEntityTestBundleClassB.php file core/modules/system/tests/modules/entity_test_bundle_class/src/Entity/SharedEntityTestBundleClassB.php
SimpleAnnotationReader::getClassAnnotation function core/lib/Drupal/Component/Annotation/Doctrine/SimpleAnnotationReader.php
SimpleAnnotationReader::getClassAnnotations function core/lib/Drupal/Component/Annotation/Doctrine/SimpleAnnotationReader.php
SimpletestTestRunResultsStorage::getLogEntriesByTestClass function core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php Get test results for a test run, ordered by test class.
SimpletestTestRunResultsStorageTest::testGetLogEntriesByTestClass function core/tests/Drupal/KernelTests/Core/Test/SimpletestTestRunResultsStorageTest.php @covers ::buildTestingResultsEnvironment
@covers ::createNew
@covers ::insertLogEntry
@covers ::setDatabasePrefix
@covers ::getLogEntriesByTestClass
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 Class for testing module autoloading.
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
StandardRecipeInstallTest::installDefaultThemeFromClassProperty function core/tests/Drupal/FunctionalTests/Core/Recipe/StandardRecipeInstallTest.php Installs the default theme defined by `static::$defaultTheme` when needed.
StaticDiscoveryTestDecoratedClass class core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php A class extending StaticDiscovery for testing purposes.
StaticDiscoveryTestDecoratedClass::complexArguments function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php
StaticDiscoveryTestDecoratedClass::getDefinitions function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Gets the definition of all plugins for this type.
StaticDiscoveryTestDecoratedClass::noArguments function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php
StaticReflectionClass class core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php
StaticReflectionClass.php file core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php This class is a near-copy of
Doctrine\Common\Reflection\StaticReflectionClass, which is part of the
Doctrine project: <http://www.doctrine-project.org>. It was copied from
version 1.2.2.
StaticReflectionClass::$staticReflectionParser property core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionClass.php The static reflection parser object.

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