| ViewsEntitySchemaSubscriber::revisionRemoval |
function |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Updates views if revision support is removed. |
| ViewsEntitySchemaSubscriber::REVISION_DATA_TABLE_ADDITION |
constant |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Indicates that a revision data table got added. |
| ViewsEntitySchemaSubscriber::REVISION_DATA_TABLE_REMOVAL |
constant |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Indicates that a revision data table got removed. |
| ViewsEntitySchemaSubscriber::REVISION_DATA_TABLE_RENAME |
constant |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Indicates that a revision data table got renamed. |
| ViewsEntitySchemaSubscriber::REVISION_TABLE_ADDITION |
constant |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Indicates that a revision table got added. |
| ViewsEntitySchemaSubscriber::REVISION_TABLE_REMOVAL |
constant |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Indicates that a revision table got removed. |
| ViewsEntitySchemaSubscriber::REVISION_TABLE_RENAME |
constant |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Indicates that a revision table got renamed. |
| ViewsEntitySchemaSubscriber::__construct |
function |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Constructs a ViewsEntitySchemaSubscriber. |
| ViewsEntitySchemaSubscriberIntegrationTest |
class |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests \Drupal\views\EventSubscriber\ViewsEntitySchemaSubscriber. |
| ViewsEntitySchemaSubscriberIntegrationTest.php |
file |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
|
| ViewsEntitySchemaSubscriberIntegrationTest::$entityDefinitionUpdateManager |
property |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
The entity definition update manager. |
| ViewsEntitySchemaSubscriberIntegrationTest::$entityTypeManager |
property |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
The entity type manager service. |
| ViewsEntitySchemaSubscriberIntegrationTest::$eventDispatcher |
property |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
The event dispatcher. |
| ViewsEntitySchemaSubscriberIntegrationTest::$eventSubscriber |
property |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
The tested event subscriber of views. |
| 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. |
| ViewsHandlerInterface::getEntityType |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Determines the entity type used by this handler. |
| ViewsMenuLink::$entityTypeManager |
property |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
The entity type manager. |
| ViewsModerationStateFilterTest::testModerationStateFilterOnJoinedEntity |
function |
core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php |
Tests the moderation state filter on an entity added via a relationship. |
| ViewsModerationStateFilterTest::testNonTranslatableEntityType |
function |
core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php |
Tests the moderation filter with a non-translatable entity type. |
| ViewsQueryAlter::$entityFieldManager |
property |
core/modules/workspaces/src/ViewsQueryAlter.php |
The entity field manager. |
| ViewsQueryAlter::$entityTypeManager |
property |
core/modules/workspaces/src/ViewsQueryAlter.php |
The entity type manager service. |
| ViewsQueryAlter::alterQueryForEntityType |
function |
core/modules/workspaces/src/ViewsQueryAlter.php |
Alters the entity type tables for a Views query. |
| ViewsQueryAlter::moveEntityTable |
function |
core/modules/workspaces/src/ViewsQueryAlter.php |
Moves a 'workspace_association' table to appear before the given alias. |
| ViewsSelection::$entityTypeManager |
property |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
The entity type manager service. |
| ViewsTestEntity |
class |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Generic entity class for our test entity types. |
| ViewsTestEntity::$mockedBaseFieldDefinitions |
property |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
The mocked base fields for test entity types. |
| ViewsTestEntity::baseFieldDefinitions |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Provides base field definitions for an entity type. |
| ViewsTestEntity::setMockedBaseFieldDefinitions |
function |
core/modules/views/tests/src/Kernel/Entity/EntityViewsDataTest.php |
Sets up the mocked base field definitions. |
| ViewStorageTest::$entityType |
property |
core/modules/views/tests/src/Kernel/ViewStorageTest.php |
The entity type definition. |
| ViewStorageTest::testConfigurationEntityCRUD |
function |
core/modules/views/tests/src/Kernel/ViewStorageTest.php |
Tests CRUD operations. |
| views_config_entity_test.info.yml |
file |
core/modules/views/tests/modules/views_config_entity_test/views_config_entity_test.info.yml |
core/modules/views/tests/modules/views_config_entity_test/views_config_entity_test.info.yml |
| 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_entity_field_label |
function |
core/modules/views/views.views.inc |
Returns the label of a certain field. |