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
ClassLoaderTest class core/tests/Drupal/Tests/Core/ClassLoader/ClassLoaderTest.php @group ClassLoader
@group legacy
@runTestsInSeparateProcesses
ClassLoaderTest.php file core/tests/Drupal/Tests/Core/ClassLoader/ClassLoaderTest.php
ClassLoaderTest::setUp function core/tests/Drupal/Tests/Core/ClassLoader/ClassLoaderTest.php
ClassLoaderTest::testDrupalClassloadeRegisterDeprecation function core/tests/Drupal/Tests/Core/ClassLoader/ClassLoaderTest.php @expectedDeprecation drupal_classloader_register() is deprecated in Drupal 8.8.0 and will be removed before Drupal 9.0.0. Use the method ::addPsr4() of the class_loader service to register the namespace. See https://www.drupal.org/node/3035275.
ClassLoaderTest::testSystemRegisterDeprecation function core/tests/Drupal/Tests/Core/ClassLoader/ClassLoaderTest.php @expectedDeprecation system_register() is deprecated in Drupal 8.8.0 and will be removed before Drupal 9.0.0. There is no replacement for this function. To achieve the same functionality use this snippet: $path =…
ClassyTest class core/tests/Drupal/FunctionalTests/Theme/ClassyTest.php Tests the classy theme.
ClassyTest class core/modules/system/tests/src/Kernel/Render/ClassyTest.php Tests the Classy theme.
ClassyTest.php file core/tests/Drupal/FunctionalTests/Theme/ClassyTest.php
ClassyTest.php file core/modules/system/tests/src/Kernel/Render/ClassyTest.php
ClassyTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Theme/ClassyTest.php The theme to install as the default for testing.
ClassyTest::$modules property core/modules/system/tests/src/Kernel/Render/ClassyTest.php Modules to enable.
ClassyTest::setUp function core/modules/system/tests/src/Kernel/Render/ClassyTest.php
ClassyTest::testClassyTheme function core/modules/system/tests/src/Kernel/Render/ClassyTest.php Test the classy theme.
ClassyTest::testRegressionMissingMessagesCss function core/tests/Drupal/FunctionalTests/Theme/ClassyTest.php Tests that the Classy theme always adds its message CSS.
ConfigurablePluginInterfaceTestClass class core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php Test Class to trigger deprecation error.
ConfigurablePluginInterfaceTestClass::calculateDependencies function core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php Calculates dependencies for the configured plugin.
ConfigurablePluginInterfaceTestClass::defaultConfiguration function core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php Gets default configuration for this plugin.
ConfigurablePluginInterfaceTestClass::getConfiguration function core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php Gets this plugin's configuration.
ConfigurablePluginInterfaceTestClass::setConfiguration function core/tests/Drupal/Tests/Component/Plugin/ConfigurablePluginInterfaceTest.php Sets the configuration for this plugin instance.
DeprecatedClassesTest class core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php Tests deprecation of path alias core service classes.
DeprecatedClassesTest.php file core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::$aliasManager property core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::$aliasRepository property core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::$aliasWhitelist property core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::$cache property core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::$currentPathStack property core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::$languageManager property core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::$lock property core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::$state property core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::assertDeprecatedConstructorParameter function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php Test that deprecation for the \Drupal\Core\Path\AliasManagerInterface.
DeprecatedClassesTest::setUp function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::testAliasManager function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\path_alias\AliasManager::__construct[[api-linebreak]]
DeprecatedClassesTest::testAliasPathProcessor function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\path_alias\PathProcessor\AliasPathProcessor::__construct[[api-linebreak]]
DeprecatedClassesTest::testAliasWhitelist function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\path_alias\AliasWhitelist::__construct[[api-linebreak]]
DeprecatedClassesTest::testCoreAliasManager function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\Core\Path\AliasManager::__construct[[api-linebreak]]
DeprecatedClassesTest::testCoreAliasWhitelist function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\Core\Path\AliasWhitelist::__construct[[api-linebreak]]
DeprecatedClassesTest::testDeprecatedRawConstructorParameters function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\views\Plugin\views\argument_default\Raw::__construct[[api-linebreak]]
DeprecatedClassesTest::testDeprecatedRequestPathConstructorParameters function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\system\Plugin\Condition\RequestPath::__construct[[api-linebreak]]
DeprecatedClassesTest::testDeprecatedSystemInformationFormConstructorParameters function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\system\Form\SiteInformationForm::__construct[[api-linebreak]]
DeprecatedClassesTest::testPathAliasSubscriber function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\path_alias\EventSubscriber\PathAliasSubscriber::__construct[[api-linebreak]]
DeprecatedClassesTest::testPathProcessorAlias function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\Core\PathProcessor\PathProcessorAlias::__construct[[api-linebreak]]
DeprecatedClassesTest::testPathSubscriber function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\Core\EventSubscriber\PathSubscriber::__construct[[api-linebreak]]
DeprecatedServicesTest::assertServiceClass function core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php Asserts that the specified service is implemented by the expected class.
DeprecatedServicesTest::setServiceClass function core/modules/path_alias/tests/src/Kernel/DeprecatedServicesTest.php Sets the specified implementation for the service being tested.
drupal-8.8.x-media_library-update-views-classnames-3049943.php file core/modules/media_library/tests/fixtures/update/drupal-8.8.x-media_library-update-views-classnames-3049943.php Contains database additions to drupal-8.4.0-media_installed.php for testing
the addition of BEM classes to the media library views config.
EntityManager::getEntityTypeFromClass function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManagerTest::testGetEntityTypeFromClass function core/tests/Drupal/Tests/Core/Entity/EntityManagerTest.php Tests the getEntityTypeFromClass() method.
FieldDeprecateAllowedTagsXssTraitClass class core/tests/Drupal/Tests/Core/Field/AllowedTagsXssTraitDeprecateTest.php Class FieldDeprecateAllowedTagsXssTraitClass
i18nVariableTest::PLUGIN_CLASS constant core/modules/migrate_drupal/tests/src/Unit/source/d6/i18nVariableTest.php The plugin class under test.
JavascriptTestBase::$minkDefaultDriverClass property core/tests/Drupal/FunctionalJavascriptTests/JavascriptTestBase.php To use a legacy phantomjs based approach, please use PhantomJSDriver::class.

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