ViewsDataTest::testCacheCallsWithSameTableMultipleTimes |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the cache backend behavior with requesting the same table multiple. |
ViewsDataTest::testCacheCallsWithSameTableMultipleTimesAndWarmCache |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the cache calls for a single table and warm cache. |
ViewsDataTest::testCacheCallsWithWarmCacheAndDifferentTable |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the cache calls for a different table than the one in cache. |
ViewsDataTest::testCacheCallsWithWarmCacheAndGetAllTables |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the cache calls for all views data. |
ViewsDataTest::testCacheCallsWithWarmCacheAndInvalidTable |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the cache calls for a non-existent table. |
ViewsDataTest::testCacheCallsWithWarmCacheForInvalidTable |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the cache calls for a non-existent table. |
ViewsDataTest::testFetchBaseTables |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the fetchBaseTables() method. |
ViewsDataTest::testFullAndTableGetCache |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the cache of the full and single table data. |
ViewsDataTest::testNonExistingTableGetCache |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests building the views data with a non existing table. |
ViewsDataTest::testSingleTableGetCache |
function |
core/modules/views/tests/src/Unit/ViewsDataTest.php |
Tests the caching of the views data for a specific table. |
ViewsEntitySchemaSubscriber::baseTableRename |
function |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Updates views if a base table is renamed. |
ViewsEntitySchemaSubscriber::BASE_TABLE_RENAME |
constant |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Indicates that a base table got renamed. |
ViewsEntitySchemaSubscriber::dataTableAddition |
function |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Updates views if a data table is added. |
ViewsEntitySchemaSubscriber::dataTableRemoval |
function |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Updates views if a data table is removed. |
ViewsEntitySchemaSubscriber::dataTableRename |
function |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Updates views if a data table is renamed. |
ViewsEntitySchemaSubscriber::DATA_TABLE_ADDITION |
constant |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Indicates that a data table got added. |
ViewsEntitySchemaSubscriber::DATA_TABLE_REMOVAL |
constant |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Indicates that a data table got removed. |
ViewsEntitySchemaSubscriber::DATA_TABLE_RENAME |
constant |
core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php |
Indicates that a data table got renamed. |
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. |
ViewsEntitySchemaSubscriberIntegrationTest::testBaseTableRename |
function |
core/modules/views/tests/src/Kernel/EventSubscriber/ViewsEntitySchemaSubscriberIntegrationTest.php |
Tests that renaming base tables adapts the views. |
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::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::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. |
ViewsHandlerInterface::ensureMyTable |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Ensures that the main table for this handler is in the query. |
ViewsHandlerInterface::getTableJoin |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Fetches a handler to join one table to a primary table from the data cache. |
ViewsMenuLink::$viewExecutableFactory |
property |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
The view executable factory. |
ViewsMenuLink::isDeletable |
function |
core/modules/views/src/Plugin/Menu/ViewsMenuLink.php |
Returns whether this link can be deleted. |
ViewsModerationStateFilterTest::testNonTranslatableEntityType |
function |
core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php |
Tests the moderation filter with a non-translatable entity type. |
ViewsModerationStateSortTest::testSortBaseTable |
function |
core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php |
Tests sorting with a standard data base table. |
ViewsModerationStateSortTest::testSortRevisionBaseTable |
function |
core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php |
Tests sorting with the revision base table. |
ViewsQueryAlter::$adjustedTables |
property |
core/modules/workspaces/src/ViewsQueryAlter.php |
An array of tables adjusted for workspace_association join. |
ViewsQueryAlter::ensureRevisionTable |
function |
core/modules/workspaces/src/ViewsQueryAlter.php |
Adds the revision table of an entity type to a query object. |
ViewsQueryAlter::ensureWorkspaceAssociationTable |
function |
core/modules/workspaces/src/ViewsQueryAlter.php |
Adds the 'workspace_association' table to a views query. |
ViewsQueryAlter::getRevisionTableJoin |
function |
core/modules/workspaces/src/ViewsQueryAlter.php |
Fetches a join for a revision table using the workspace_association table. |
ViewsQueryAlter::moveEntityTable |
function |
core/modules/workspaces/src/ViewsQueryAlter.php |
Moves a 'workspace_association' table to appear before the given alias. |
ViewsWizard::$base_table |
property |
core/modules/views/src/Annotation/ViewsWizard.php |
The base tables on which this wizard is used. |
views_test_data_preprocess_views_view_table |
function |
core/modules/views/tests/modules/views_test_data/views_test_data.module |
Implements hook_preprocess_HOOK() for views table templates. |
ViewUI::getExecutable |
function |
core/modules/views_ui/src/ViewUI.php |
Gets an executable instance for this view. |
WizardPluginBase::$base_table |
property |
core/modules/views/src/Plugin/views/wizard/WizardPluginBase.php |
|
WorkspaceAssociation::TABLE |
constant |
core/modules/workspaces/src/WorkspaceAssociation.php |
The table for the workspace association storage. |
WorkspaceInformation::isEntityDeletable |
function |
core/modules/workspaces/src/WorkspaceInformation.php |
|
WorkspaceInformationInterface::isEntityDeletable |
function |
core/modules/workspaces/src/WorkspaceInformationInterface.php |
Determines whether an entity can be deleted in the given workspace. |