Search for %s
- Search 7.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| TestSqlBase::mapJoinable | function | core/ |
Checks if we can join against the map table. |
| TestSqlBase::query | function | core/ |
|
| TestSqlBase::query | function | core/ |
|
| TestSqlBase::setConfiguration | function | core/ |
Allows us to set the configuration from a test. |
| TestSqlBase::setDatabase | function | core/ |
Allows us to set the database during tests. |
| TestSqlBase::setIds | function | core/ |
Allows us to set the IDs during a test. |
| TestSqlBase::setMigration | function | core/ |
Allows us to set the migration during the test. |
| TestSqlBase::setQuery | function | core/ |
Sets the query to execute. |
| TestSqlBase::__construct | function | core/ |
Overrides the constructor so we can create one easily. |
| TestSqlBase::__construct | function | core/ |
Override the constructor so we can create one easily. |
| TestSqlContentDefaultTableMapping | class | core/ |
Extends DefaultTableMapping to allow calling its protected methods. |
| TestSqlContentDefaultTableMapping::setExtraColumns | function | core/ |
Adds extra columns for a table to the table mapping. |
| TestSqlContentDefaultTableMapping::setFieldNames | function | core/ |
Adds field columns for a table to the table mapping. |
| TestSqlIdMap | class | core/ |
Defines a SQL ID map for use in tests. |
| TestSqlIdMap.php | file | core/ |
|
| TestSqlIdMap::$message | property | core/ |
The migrate message service. |
| TestSqlIdMap::ensureTables | function | core/ |
Create the map and message tables if they don't already exist. |
| TestSqlIdMap::getDatabase | function | core/ |
Gets the database connection. |
| TestSqlIdMap::getFieldSchema | function | core/ |
Gets the field schema. |
| TestSqlIdMap::getMigrationPluginManager | function | core/ |
Returns the migration plugin manager. |
| TestSqlIdMap::__construct | function | core/ |
Constructs a TestSqlIdMap object. |
| TestStateBasedSectionStorage | class | core/ |
Provides a test section storage that is controlled by state. |
| TestStateBasedSectionStorage.php | file | core/ |
|
| TestStateBasedSectionStorage::access | function | core/ |
Overrides \Drupal\Core\Access\AccessibleInterface::access(). |
| TestStateBasedSectionStorage::buildRoutes | function | core/ |
Provides the routes needed for Layout Builder UI. |
| TestStateBasedSectionStorage::deriveContextsFromRoute | function | core/ |
Derives the available plugin contexts from route values. |
| TestStateBasedSectionStorage::extractIdFromRoute | function | core/ |
|
| TestStateBasedSectionStorage::getLayoutBuilderUrl | function | core/ |
Gets the URL used to display the Layout Builder UI. |
| TestStateBasedSectionStorage::getRedirectUrl | function | core/ |
Gets the URL used when redirecting away from the Layout Builder UI. |
| TestStateBasedSectionStorage::getSectionList | function | core/ |
Gets the section list. |
| TestStateBasedSectionStorage::getSectionListFromId | function | core/ |
|
| TestStateBasedSectionStorage::getSections | function | core/ |
Gets the layout sections. |
| TestStateBasedSectionStorage::getStorageId | function | core/ |
Returns an identifier for this storage. |
| TestStateBasedSectionStorage::isApplicable | function | core/ |
Determines if this section storage is applicable for the current contexts. |
| TestStateBasedSectionStorage::label | function | core/ |
Gets the label for the object using the sections. |
| TestStateBasedSectionStorage::save | function | core/ |
Saves the sections. |
| TestStatementInterface | interface | core/ |
Creates StatementInterface for testing. |
| TestStatus | class | core/ |
Consolidates test result status information. |
| TestStatus.php | file | core/ |
|
| TestStatus::EXCEPTION | constant | core/ |
Signify that the test result was an exception or code error. |
| TestStatus::FAIL | constant | core/ |
Signify that the test result was a failed test. |
| TestStatus::label | function | core/ |
Turns a status code into a human-readable string. |
| TestStatus::PASS | constant | core/ |
Signify that the test result was a passed test. |
| TestStatus::SYSTEM | constant | core/ |
Signify a system error where the test runner was unable to complete. |
| TestStorage | class | core/ |
Provides a test implementation of \Drupal\Core\Config\StorageInterface. |
| TestStorage::setValue | function | core/ |
Provides a setter to bypass the array typehint on ::write(). |
| TestSuiteBase | class | core/ |
Base class for Drupal test suites. |
| TestSuiteBase.php | file | core/ |
|
| TestSuiteBase::addTestsBySuiteNamespace | function | core/ |
Find and add tests to the suite for core and any extensions. |
| TestSuiteBase::findExtensionDirectories | function | core/ |
Finds extensions in a Drupal installation. |
Pagination
- Previous page
- Page 1266
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.