ViewsEntitySchemaSubscriberIntegrationTest::$modules |
property |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Modules to enable. |
ViewsEntitySchemaSubscriberIntegrationTest::$state |
property |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
The state service. |
ViewsEntitySchemaSubscriberIntegrationTest::$testViews |
property |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Views used by this test. |
ViewsEntitySchemaSubscriberIntegrationTest::assertUpdatedViews |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Checks that the passed-in view IDs were the only ones updated. |
ViewsEntitySchemaSubscriberIntegrationTest::getUpdatedViewAndDisplay |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Gets a view and its display. |
ViewsEntitySchemaSubscriberIntegrationTest::setUp |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
|
ViewsEntitySchemaSubscriberIntegrationTest::testBaseTableRename |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that renaming base tables adapts the views. |
ViewsEntitySchemaSubscriberIntegrationTest::testBrokenView |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that broken views are handled gracefully. |
ViewsEntitySchemaSubscriberIntegrationTest::testDataTableAddition |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that adding data tables adapts the views. |
ViewsEntitySchemaSubscriberIntegrationTest::testDataTableRename |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that renaming data tables adapts the views. |
ViewsEntitySchemaSubscriberIntegrationTest::testDeleteEntityType |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that views are disabled when an entity type is deleted. |
ViewsEntitySchemaSubscriberIntegrationTest::testRevisionBaseTableRename |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that renaming revision tables adapts the views. |
ViewsEntitySchemaSubscriberIntegrationTest::testRevisionDataTableRename |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that renaming revision tables adapts the views. |
ViewsEntitySchemaSubscriberIntegrationTest::testRevisionDisabling |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that removing revision support disables the view. |
ViewsEntitySchemaSubscriberIntegrationTest::testRevisionEnabling |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that enabling revisions doesn't do anything. |
ViewsEntitySchemaSubscriberIntegrationTest::testVariousTableUpdates |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests a bunch possible entity definition table updates. |
ViewsEntitySchemaSubscriberIntegrationTest::testVariousTableUpdatesForRevisionView |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests some possible entity table updates for a revision view. |
ViewsEntitySchemaSubscriberIntegrationTest::testViewSaveException |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests the case when a view could not be updated automatically. |
ViewsKernelTestBase::schemaDefinition |
function |
core/modules/views/tests/src/Kernel/ViewsKernelTestBase.php |
Returns the schema definition. |
ViewsMultiValueFieldUpdateTest::$configSchemaCheckerExclusions |
property |
core/modules/views/tests/src/Functional/Update/ViewsMultiValueFieldUpdateTest.php |
An array of config object names that are excluded from schema checking. |
views_config_entity_test.schema.yml |
file |
core/modules/views/tests/modules/views_config_entity_test/config/schema/views_config_entity_test.schema.yml |
core/modules/views/tests/modules/views_config_entity_test/config/schema/views_config_entity_test.schema.yml |
views_test_config.views.schema.yml |
file |
core/modules/views/tests/modules/views_test_config/config/schema/views_test_config.views.schema.yml |
core/modules/views/tests/modules/views_test_config/config/schema/views_test_config.views.schema.yml |
views_test_data.views.schema.yml |
file |
core/modules/views/tests/modules/views_test_data/config/schema/views_test_data.views.schema.yml |
core/modules/views/tests/modules/views_test_data/config/schema/views_test_data.views.schema.yml |
views_test_data_schema |
function |
core/modules/views/tests/modules/views_test_data/views_test_data.install |
Implements hook_schema(). |
ViewTestBase::schemaDefinition |
function |
core/modules/views/tests/src/Functional/ViewTestBase.php |
Returns the schema definition. |
ViewTestData::schemaDefinition |
function |
core/modules/views/src/Tests/ViewTestData.php |
Returns the schema definition. |
workflows.schema.yml |
file |
core/modules/workflows/config/schema/workflows.schema.yml |
core/modules/workflows/config/schema/workflows.schema.yml |
workflow_third_party_settings_test.schema.yml |
file |
core/modules/workflows/tests/modules/workflow_third_party_settings_test/config/schema/workflow_third_party_settings_test.schema.yml |
core/modules/workflows/tests/modules/workflow_third_party_settings_test/config/schema/workflow_third_party_settings_test.schema.yml |
workflow_type_test.schema.yml |
file |
core/modules/workflows/tests/modules/workflow_type_test/config/schema/workflow_type_test.schema.yml |
core/modules/workflows/tests/modules/workflow_type_test/config/schema/workflow_type_test.schema.yml |
workspaces.entity_schema_listener |
service |
core/modules/workspaces/workspaces.services.yml |
Drupal\workspaces\EventSubscriber\EntitySchemaSubscriber |
workspaces_post_update_remove_association_schema_data |
function |
core/modules/workspaces/workspaces.post_update.php |
Removes the workspace association entity and field schema data. |
workspaces_schema |
function |
core/modules/workspaces/workspaces.install |
Implements hook_schema(). |
_drupal_schema_initialize |
function |
core/includes/schema.inc |
Fills in required default values for table definitions from hook_schema(). |
_update_fix_missing_schema |
function |
core/includes/update.inc |
Helper to detect and fix 'missing' schema information. |