Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
TestItemWithDependenciesTest.php file core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php
TestItemWithDependenciesTest::$fieldName property core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php The name of the field to use in this test.
TestItemWithDependenciesTest::$modules property core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php Modules to enable.
TestItemWithDependenciesTest::testTestItemWithDepenencies function core/modules/field/tests/src/Kernel/TestItemWithDependenciesTest.php Tests that field types can add dependencies to field config entities.
TestItemWithPreconfiguredOptions class core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithPreconfiguredOptions.php Defines the 'test_field_with_preconfigured_options' entity field item.
TestItemWithPreconfiguredOptions.php file core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithPreconfiguredOptions.php
TestItemWithPreconfiguredOptions::getPreconfiguredOptions function core/modules/field/tests/modules/field_test/src/Plugin/Field/FieldType/TestItemWithPreconfiguredOptions.php Returns preconfigured field options for a field type.
TestKernel class core/lib/Drupal/Core/Test/TestKernel.php Kernel to mock requests to test simpletest.
TestKernel.php file core/lib/Drupal/Core/Test/TestKernel.php
TestKernel::__construct function core/lib/Drupal/Core/Test/TestKernel.php Constructs a DrupalKernel object.
TestLayoutContentFooter class core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutContentFooter.php Provides an annotated layout plugin for field_layout tests.
TestLayoutContentFooter.php file core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutContentFooter.php
TestLayoutEntityHelperTrait class core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php Test class using the trait.
TestLayoutMainFooter class core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutMainFooter.php Provides an annotated layout plugin for field_layout tests.
TestLayoutMainFooter.php file core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutMainFooter.php
TestLayoutMainFooter::calculateDependencies function core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutMainFooter.php Calculates dependencies for the configured plugin.
TestLayoutMainFooter::defaultConfiguration function core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutMainFooter.php Gets default configuration for this plugin.
TestLazyPluginCollection class core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php Defines a plugin collection which uses fruit plugins.
TestLazyPluginCollection.php file core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php
TestLazyPluginCollection::$manager property core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php Stores the plugin manager used by this collection.
TestLazyPluginCollection::getConfiguration function core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php Gets the current configuration of all plugins in this collection.
TestLazyPluginCollection::initializePlugin function core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php Initializes and stores a plugin.
TestLazyPluginCollection::setConfiguration function core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php Sets the configuration for all plugins in this collection.
TestLazyPluginCollection::__construct function core/modules/system/tests/modules/plugin_test/src/Plugin/TestLazyPluginCollection.php Constructs a TestLazyPluginCollection object.
TestLibraryDiscoveryParser class core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php Wraps the tested class to mock the external dependencies.
TestLibraryDiscoveryParser::$paths property core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php
TestLibraryDiscoveryParser::$validUris property core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php
TestLibraryDiscoveryParser::drupalGetPath function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php Wraps drupal_get_path().
TestLibraryDiscoveryParser::fileValidUri function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php Wraps \Drupal\Core\StreamWrapper\StreamWrapperManagerInterface::isValidUri().
TestLibraryDiscoveryParser::setFileValidUri function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php
TestLibraryDiscoveryParser::setPaths function core/tests/Drupal/Tests/Core/Asset/LibraryDiscoveryParserTest.php
TestLoader class core/modules/system/tests/modules/twig_loader_test/src/Loader/TestLoader.php A test Twig loader.
TestLoader.php file core/modules/system/tests/modules/twig_loader_test/src/Loader/TestLoader.php
TestLoader::exists function core/modules/system/tests/modules/twig_loader_test/src/Loader/TestLoader.php
TestLoader::getCacheKey function core/modules/system/tests/modules/twig_loader_test/src/Loader/TestLoader.php
TestLoader::getSource function core/modules/system/tests/modules/twig_loader_test/src/Loader/TestLoader.php
TestLoader::getSourceContext function core/modules/system/tests/modules/twig_loader_test/src/Loader/TestLoader.php
TestLoader::isFresh function core/modules/system/tests/modules/twig_loader_test/src/Loader/TestLoader.php
TestLocalAction class core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction.php Defines a test local action plugin class.
TestLocalAction.php file core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction.php
TestLocalAction4 class core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction4.php Defines a local action plugin with a dynamic title.
TestLocalAction4.php file core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction4.php
TestLocalAction4::getTitle function core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction4.php Returns the localized title to be shown for this action.
TestLocalAction5 class core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction5.php Defines a local action plugin with a dynamic title from user input.
TestLocalAction5.php file core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction5.php
TestLocalAction5::getTitle function core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction5.php Returns the localized title to be shown for this action.
TestLocalAction::getTitle function core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalAction.php Returns the localized title to be shown for this action.
TestLocalActionManager class core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php
TestLocalActionManager::__construct function core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php Constructs a LocalActionManager object.
TestLocalActionWithConfig class core/modules/system/tests/modules/menu_test/src/Plugin/Menu/LocalAction/TestLocalActionWithConfig.php Defines a test local action plugin class.

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