| SqlContentEntityStorageSchemaConverterNonTranslatableTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterNonTranslatableTest.php |
Set database dump files to be used. |
| SqlContentEntityStorageSchemaConverterTranslatableTest |
class |
core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTranslatableTest.php |
Tests converting a translatable entity type with data to revisionable. |
| SqlContentEntityStorageSchemaConverterTranslatableTest.php |
file |
core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTranslatableTest.php |
|
| SqlContentEntityStorageSchemaConverterTranslatableTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTranslatableTest.php |
Set database dump files to be used. |
| SqlContentEntityStorageSchemaTest::testDedicatedTableSchema |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Tests the schema for a field dedicated table. |
| SqlContentEntityStorageSchemaTest::testDedicatedTableSchemaForEntityWithStringIdentifier |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Tests the schema for a field dedicated table for an entity with a string identifier. |
| SqlContentEntityStorageSchemaTest::testGetSchemaRevisionableTranslatable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Tests the schema for revisionable, translatable entities. |
| SqlContentEntityStorageSchemaTest::testGetSchemaTranslatable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php |
Tests the schema for non-revisionable, translatable entities. |
| SqlContentEntityStorageTest::providerTestGetBaseTable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Provides test data for testGetBaseTable(). |
| SqlContentEntityStorageTest::providerTestGetRevisionDataTable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Provides test data for testGetRevisionDataTable(). |
| SqlContentEntityStorageTest::providerTestGetRevisionTable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Provides test data for testGetRevisionTable(). |
| SqlContentEntityStorageTest::providerTestGetTableMappingSimple |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Provides test data for testGetTableMappingSimple(). |
| SqlContentEntityStorageTest::testGetBaseTable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests SqlContentEntityStorage::getBaseTable(). |
| SqlContentEntityStorageTest::testGetDataTable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests SqlContentEntityStorage::getDataTable(). |
| SqlContentEntityStorageTest::testGetRevisionDataTable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests SqlContentEntityStorage::getRevisionDataTable(). |
| SqlContentEntityStorageTest::testGetRevisionTable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests SqlContentEntityStorage::getRevisionTable(). |
| SqlContentEntityStorageTest::testGetTableMappingEmpty |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with an empty entity type. |
| SqlContentEntityStorageTest::testGetTableMappingRevisionable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a revisionable, non-translatable entity type. |
| SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a revisionable, translatable entity type. |
| SqlContentEntityStorageTest::testGetTableMappingRevisionableTranslatableWithFields |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a complex entity type with fields. |
| SqlContentEntityStorageTest::testGetTableMappingRevisionableWithFields |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a revisionable entity type with fields. |
| SqlContentEntityStorageTest::testGetTableMappingSimple |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a simple entity type. |
| SqlContentEntityStorageTest::testGetTableMappingSimpleWithDedicatedStorageFields |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a base field that requires a dedicated table. |
| SqlContentEntityStorageTest::testGetTableMappingSimpleWithFields |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a simple entity type with some base fields. |
| SqlContentEntityStorageTest::testGetTableMappingTranslatable |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a non-revisionable, translatable entity type. |
| SqlContentEntityStorageTest::testGetTableMappingTranslatableWithFields |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests getTableMapping() with a translatable entity type with fields. |
| SqlContentEntityStorageTest::testSetTableMapping |
function |
core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php |
Tests that setting a new table mapping also updates the table names. |
| SqlEntityStorageInterface::getTableMapping |
function |
core/lib/Drupal/Core/Entity/Sql/SqlEntityStorageInterface.php |
Gets a table mapping for the entity's SQL tables. |
| stable.info.yml |
file |
core/themes/stable/stable.info.yml |
core/themes/stable/stable.info.yml |
| stable.libraries.yml |
file |
core/themes/stable/stable.libraries.yml |
core/themes/stable/stable.libraries.yml |
| stable.theme |
file |
core/themes/stable/stable.theme |
Functions to support theming in the Stable theme. |
| StableBaseThemeUpdateTest |
class |
core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php |
Tests the upgrade path for introducing the Stable base theme. |
| StableBaseThemeUpdateTest.php |
file |
core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php |
|
| StableBaseThemeUpdateTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php |
The theme to install as the default for testing. |
| StableBaseThemeUpdateTest::$themeHandler |
property |
core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php |
The theme handler. |
| StableBaseThemeUpdateTest::prepareEnvironment |
function |
core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php |
Prepares the current environment for running the test. |
| StableBaseThemeUpdateTest::setDatabaseDumpFiles |
function |
core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php |
Set database dump files to be used. |
| StableBaseThemeUpdateTest::setUp |
function |
core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php |
Overrides WebTestBase::setUp() for update testing. |
| StableBaseThemeUpdateTest::testUpdateHookN |
function |
core/modules/system/tests/src/Functional/Update/StableBaseThemeUpdateTest.php |
Tests that the Stable base theme is installed if necessary. |
| StableLibraryOverrideTest |
class |
core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php |
Tests Stable's library overrides. |
| StableLibraryOverrideTest.php |
file |
core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php |
|
| StableLibraryOverrideTest::$allModules |
property |
core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php |
A list of all core modules. |
| StableLibraryOverrideTest::$librariesToSkip |
property |
core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php |
A list of libraries to skip checking, in the format extension/library_name. |
| StableLibraryOverrideTest::$libraryDiscovery |
property |
core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php |
The library discovery service. |
| StableLibraryOverrideTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php |
Modules to enable. |
| StableLibraryOverrideTest::$themeInitialization |
property |
core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php |
The theme initialization. |
| StableLibraryOverrideTest::$themeManager |
property |
core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php |
The theme manager. |
| StableLibraryOverrideTest::getAllLibraries |
function |
core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php |
Gets all libraries for core and all installed modules. |
| StableLibraryOverrideTest::removeVendorAssets |
function |
core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php |
Removes all vendor libraries and assets from the library definitions. |
| StableLibraryOverrideTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.php |
|