| TestSqlPrepareQuery::prepareQuery |
function |
core/modules/migrate/tests/modules/migrate_sql_prepare_query_test/src/Plugin/migrate/source/TestSqlPrepareQuery.php |
Adds tags and metadata to the query. |
| TestSqlPrepareQuery::query |
function |
core/modules/migrate/tests/modules/migrate_sql_prepare_query_test/src/Plugin/migrate/source/TestSqlPrepareQuery.php |
Prepares query object to retrieve data from the source database. |
| TestStateBasedSectionStorage |
class |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php |
Provides a test section storage that is controlled by state. |
| TestStateBasedSectionStorage.php |
file |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php |
|
| TestStateBasedSectionStorage::access |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php |
Overrides \Drupal\Core\Access\AccessibleInterface::access(). |
| TestStateBasedSectionStorage::buildRoutes |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php |
Provides the routes needed for Layout Builder UI. |
| TestStateBasedSectionStorage::deriveContextsFromRoute |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php |
Derives the available plugin contexts from route values. |
| TestStateBasedSectionStorage::extractIdFromRoute |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php |
|
| TestStateBasedSectionStorage::getLayoutBuilderUrl |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php |
Gets the URL used to display the Layout Builder UI. |
| TestStateBasedSectionStorage::getRedirectUrl |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php |
Gets the URL used when redirecting away from the Layout Builder UI. |
| TestStateBasedSectionStorage::getSectionList |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php |
Gets the section list. |
| TestStateBasedSectionStorage::getSectionListFromId |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php |
|
| TestStateBasedSectionStorage::getSections |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php |
Gets the layout sections. |
| TestStateBasedSectionStorage::getStorageId |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php |
Returns an identifier for this storage. |
| TestStateBasedSectionStorage::isApplicable |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php |
Determines if this section storage is applicable for the current contexts. |
| TestStateBasedSectionStorage::isSupported |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php |
Determines if layout builder is supported by a view mode. |
| TestStateBasedSectionStorage::label |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php |
Gets the label for the object using the sections. |
| TestStateBasedSectionStorage::save |
function |
core/modules/layout_builder/tests/modules/layout_builder_test/src/Plugin/SectionStorage/TestStateBasedSectionStorage.php |
Saves the sections. |
| TestStatementInterface |
interface |
core/modules/views/tests/src/Unit/Plugin/pager/PagerPluginBaseTest.php |
Creates StatementInterface for testing. |
| TestStaticMethodClass |
class |
core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php |
Provides a class for testing a static method. |
| TestStaticMethodClass::access |
function |
core/tests/Drupal/Tests/Component/Utility/ArgumentsResolverTest.php |
|
| TestStatus |
class |
core/lib/Drupal/Core/Test/TestStatus.php |
Consolidates test result status information. |
| TestStatus.php |
file |
core/lib/Drupal/Core/Test/TestStatus.php |
|
| TestStatus::ERROR |
constant |
core/lib/Drupal/Core/Test/TestStatus.php |
Signify that the test result was a code error. |
| TestStatus::FAIL |
constant |
core/lib/Drupal/Core/Test/TestStatus.php |
Signify that the test result was a failed test. |
| TestStatus::label |
function |
core/lib/Drupal/Core/Test/TestStatus.php |
Turns a status code into a human-readable string. |
| TestStatus::PASS |
constant |
core/lib/Drupal/Core/Test/TestStatus.php |
Signify that the test result was a passed test. |
| TestStatus::SYSTEM |
constant |
core/lib/Drupal/Core/Test/TestStatus.php |
Signify a system error where the test runner was unable to complete. |
| TestStorage |
class |
core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php |
Provides a test implementation of \Drupal\Core\Config\StorageInterface. |
| TestStorage::setValue |
function |
core/tests/Drupal/Tests/Core/Config/StorageCopyTraitTest.php |
Provides a setter to bypass the array type hint on ::write(). |
| TestSubscriber |
class |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/EventSubscriber/TestSubscriber.php |
Defines an event subscriber for testing validation of Package Manager events. |
| TestSubscriber.php |
file |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/EventSubscriber/TestSubscriber.php |
|
| TestSubscriber::$state |
property |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/EventSubscriber/TestSubscriber.php |
The state service. |
| TestSubscriber::getStateKey |
function |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/EventSubscriber/TestSubscriber.php |
Computes the state key to use for a given event class. |
| TestSubscriber::getSubscribedEvents |
function |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/EventSubscriber/TestSubscriber.php |
|
| TestSubscriber::handleEvent |
function |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/EventSubscriber/TestSubscriber.php |
Adds validation results to a stage event. |
| TestSubscriber::setException |
function |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/EventSubscriber/TestSubscriber.php |
Sets an exception to throw for a specific event. |
| TestSubscriber::setExit |
function |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/EventSubscriber/TestSubscriber.php |
Sets whether a specific event will call exit(). |
| TestSubscriber::setMessage |
function |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/EventSubscriber/TestSubscriber.php |
Sets a status message that will be sent to the messenger for an event. |
| TestSubscriber::setTestResult |
function |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/EventSubscriber/TestSubscriber.php |
Sets validation results for a specific event. |
| TestSubscriber::STATE_KEY |
constant |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/EventSubscriber/TestSubscriber.php |
The key to use store the test results. |
| TestSubscriber::__construct |
function |
core/modules/package_manager/tests/modules/package_manager_test_validation/src/EventSubscriber/TestSubscriber.php |
Creates a TestSubscriber object. |
| TestSubsubthemeHooks |
class |
core/modules/system/tests/themes/test_subsubtheme/src/Hook/TestSubsubthemeHooks.php |
Hook implementations for test_subsubtheme. |
| TestSubsubthemeHooks.php |
file |
core/modules/system/tests/themes/test_subsubtheme/src/Hook/TestSubsubthemeHooks.php |
|
| TestSubsubthemeHooks::preprocessThemeTestTemplateTest |
function |
core/modules/system/tests/themes/test_subsubtheme/src/Hook/TestSubsubthemeHooks.php |
Implements hook_preprocess_HOOK() for theme_test_template_test templates. |
| TestSubthemeHooks |
class |
core/modules/system/tests/themes/test_subtheme/src/Hook/TestSubthemeHooks.php |
Hook implementations for test_subtheme. |
| TestSubthemeHooks.php |
file |
core/modules/system/tests/themes/test_subtheme/src/Hook/TestSubthemeHooks.php |
|
| TestSubthemeHooks::preprocessThemeTestTemplateTest |
function |
core/modules/system/tests/themes/test_subtheme/src/Hook/TestSubthemeHooks.php |
Implements hook_preprocess_HOOK() for theme_test_template_test templates. |
| TestSubthemeHooks::viewsPostRender |
function |
core/modules/system/tests/themes/test_subtheme/src/Hook/TestSubthemeHooks.php |
Implements hook_views_post_render(). |
| TestSubthemeHooks::viewsPreRender |
function |
core/modules/system/tests/themes/test_subtheme/src/Hook/TestSubthemeHooks.php |
Implements hook_views_pre_render(). |