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
StaticReflectionParser::getClassName function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php
StaticReflectionParser::getReflectionClass function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php Gets the ReflectionClass equivalent for this class.
StaticReflectionParser::getStaticReflectionParserForDeclaringClass function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php Gets the PSR-0 parser for the declaring class.
StaticReflectionParser::hasClassAttribute function core/lib/Drupal/Component/Annotation/Doctrine/StaticReflectionParser.php Determines if the class has the provided class attribute.
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 Tests the getClassName() function.
StubConnection::$statementWrapperClass property core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php The name of the StatementWrapper class for this connection.
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().
Style::getTagAndClasses function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Style.php Gets the tag and classes for a parsed style element.
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.
StyleSensibleElementConstraintValidator::intersectionWithClasses function core/modules/ckeditor5/src/Plugin/Validation/Constraint/StyleSensibleElementConstraintValidator.php Checks if there is an intersection on allowed 'class' attribute values.
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.
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.
TemporaryArrayObjectThrowingExceptions::getIteratorClass function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Gets the class name of the array iterator that is used by \ArrayObject::getIterator().
TemporaryArrayObjectThrowingExceptions::setIteratorClass function core/modules/jsonapi/src/Normalizer/Value/TemporaryArrayObjectThrowingExceptions.php Sets the iterator classname for the \ArrayObject.
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.
TestClass class core/modules/layout_builder/tests/src/Unit/LayoutEntityHelperTraitTest.php Test class using the trait.
TestClass class core/modules/system/tests/modules/service_provider_test/src/TestClass.php
TestClass class core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php
TestClass class core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php Provides a test class.
TestClass.php file core/modules/system/tests/modules/service_provider_test/src/TestClass.php
TestClass::$state property core/modules/system/tests/modules/service_provider_test/src/TestClass.php The state keyvalue collection.
TestClass::access function core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php
TestClass::buildConfigurationForm function core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php Form constructor.
TestClass::destruct function core/modules/system/tests/modules/service_provider_test/src/TestClass.php Performs destruct operations.
TestClass::getSubscribedEvents function core/modules/system/tests/modules/service_provider_test/src/TestClass.php Registers methods as kernel listeners.
TestClass::onKernelRequestTest function core/modules/system/tests/modules/service_provider_test/src/TestClass.php A simple kernel listener method.
TestClass::onKernelResponseTest function core/modules/system/tests/modules/service_provider_test/src/TestClass.php Flags the response in case a rebuild indicator is used.
TestClass::submitConfigurationForm function core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php Form submission handler.
TestClass::validateConfigurationForm function core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php Form validation handler.
TestClass::__construct function core/modules/system/tests/modules/service_provider_test/src/TestClass.php Constructor.
TestCompatibilityTrait::getTestClassCovers function core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit9/TestCompatibilityTrait.php Gets @covers defined on the test class.
TestCompatibilityTrait::getTestClassCovers function core/tests/Drupal/TestTools/PhpUnitCompatibility/PhpUnit10/TestCompatibilityTrait.php Gets @covers defined on the test class.
TestDiscovery::$classLoader property core/lib/Drupal/Core/Test/TestDiscovery.php The class loader.
TestDiscovery::$testClasses property core/lib/Drupal/Core/Test/TestDiscovery.php Statically cached list of test classes.
TestDiscovery::findAllClassFiles function core/lib/Drupal/Core/Test/TestDiscovery.php Discovers all class files in all available extensions.
TestDiscovery::getTestClasses function core/lib/Drupal/Core/Test/TestDiscovery.php Discovers all available tests in all extensions.

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