| ViewTestData.php |
file |
core/modules/views/src/Tests/ViewTestData.php |
|
| ViewTestData::createTestViews |
function |
core/modules/views/src/Tests/ViewTestData.php |
Create test views from config. |
| ViewTestData::dataSet |
function |
core/modules/views/src/Tests/ViewTestData.php |
Returns a very simple test dataset. |
| ViewTestData::schemaDefinition |
function |
core/modules/views/src/Tests/ViewTestData.php |
Returns the schema definition. |
| ViewTestData::viewsData |
function |
core/modules/views/src/Tests/ViewTestData.php |
Returns the views data definition. |
| ViewTranslationTest |
class |
core/modules/views/tests/src/Functional/ViewTranslationTest.php |
Tests views title translation. |
| ViewTranslationTest.php |
file |
core/modules/views/tests/src/Functional/ViewTranslationTest.php |
|
| ViewTranslationTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/ViewTranslationTest.php |
The theme to install as the default for testing. |
| ViewTranslationTest::$modules |
property |
core/modules/views/tests/src/Functional/ViewTranslationTest.php |
Modules to install. |
| ViewTranslationTest::$testViews |
property |
core/modules/views/tests/src/Functional/ViewTranslationTest.php |
|
| ViewTranslationTest::setUp |
function |
core/modules/views/tests/src/Functional/ViewTranslationTest.php |
Sets up the test. |
| ViewTranslationTest::testViewTitleTranslation |
function |
core/modules/views/tests/src/Functional/ViewTranslationTest.php |
Tests that the view route title is translated. |
| ViewUI |
class |
core/modules/views_ui/src/ViewUI.php |
Stores UI related temporary settings. |
| ViewUI.php |
file |
core/modules/views_ui/src/ViewUI.php |
|
| ViewUI::$additionalQueries |
property |
core/modules/views_ui/src/ViewUI.php |
Stores a list of database queries run beside the main one from views. |
| ViewUI::$changed |
property |
core/modules/views_ui/src/ViewUI.php |
If this view has been changed. |
| ViewUI::$changed_display |
property |
core/modules/views_ui/src/ViewUI.php |
Stores an array of displays that have been changed. |
| ViewUI::$editing |
property |
core/modules/views_ui/src/ViewUI.php |
Indicates if a view is currently being edited. |
| ViewUI::$entityType |
property |
core/modules/views_ui/src/ViewUI.php |
The entity type. |
| ViewUI::$forms |
property |
core/modules/views_ui/src/ViewUI.php |
Contains an array of form keys and their respective classes. |
| ViewUI::$isSyncing |
property |
core/modules/views_ui/src/ViewUI.php |
Whether the config is being synced through the import process. |
| ViewUI::$isUninstalling |
property |
core/modules/views_ui/src/ViewUI.php |
Whether the config is being deleted through the uninstall process. |
| ViewUI::$live_preview |
property |
core/modules/views_ui/src/ViewUI.php |
Is the view run in a context of the preview in the admin interface. |
| ViewUI::$lock |
property |
core/modules/views_ui/src/ViewUI.php |
If this view is locked for editing. |
| ViewUI::$render_time |
property |
core/modules/views_ui/src/ViewUI.php |
How long the view takes to render in microseconds. |
| ViewUI::$stack |
property |
core/modules/views_ui/src/ViewUI.php |
Stores a stack of UI forms to display. |
| ViewUI::$storage |
property |
core/modules/views_ui/src/ViewUI.php |
The View storage object. |
| ViewUI::$temporary_options |
property |
core/modules/views_ui/src/ViewUI.php |
Stores options temporarily while editing. |
| ViewUI::access |
function |
core/modules/views_ui/src/ViewUI.php |
Checks data value access. |
| ViewUI::addCacheableDependency |
function |
core/modules/views_ui/src/ViewUI.php |
Adds a dependency on an object: merges its cacheability metadata. |
| ViewUI::addCacheContexts |
function |
core/modules/views_ui/src/ViewUI.php |
Adds cache contexts. |
| ViewUI::addCacheTags |
function |
core/modules/views_ui/src/ViewUI.php |
Adds cache tags. |
| ViewUI::addDisplay |
function |
core/modules/views_ui/src/ViewUI.php |
Adds a new display handler to the view, automatically creating an ID. |
| ViewUI::addFormToStack |
function |
core/modules/views_ui/src/ViewUI.php |
Adds another form to the stack. |
| ViewUI::bundle |
function |
core/modules/views_ui/src/ViewUI.php |
Gets the bundle of the entity. |
| ViewUI::cacheSet |
function |
core/modules/views_ui/src/ViewUI.php |
Sets a cached view object in the shared tempstore. |
| ViewUI::calculateDependencies |
function |
core/modules/views_ui/src/ViewUI.php |
Calculates dependencies and stores them in the dependency property. |
| ViewUI::create |
function |
core/modules/views_ui/src/ViewUI.php |
Constructs a new entity object, without permanently saving it. |
| ViewUI::createDuplicate |
function |
core/modules/views_ui/src/ViewUI.php |
Creates a duplicate of the entity. |
| ViewUI::delete |
function |
core/modules/views_ui/src/ViewUI.php |
Deletes an entity permanently. |
| ViewUI::disable |
function |
core/modules/views_ui/src/ViewUI.php |
Disables the configuration entity. |
| ViewUI::duplicateDisplayAsType |
function |
core/modules/views_ui/src/ViewUI.php |
Duplicates an existing display into a new display type. |
| ViewUI::enable |
function |
core/modules/views_ui/src/ViewUI.php |
Enables the configuration entity. |
| ViewUI::endQueryCapture |
function |
core/modules/views_ui/src/ViewUI.php |
Add the list of queries run during render to build info. |
| ViewUI::enforceIsNew |
function |
core/modules/views_ui/src/ViewUI.php |
Enforces an entity to be new. |
| ViewUI::get |
function |
core/modules/views_ui/src/ViewUI.php |
Returns the value of a property. |
| ViewUI::getCacheContexts |
function |
core/modules/views_ui/src/ViewUI.php |
The cache contexts associated with this object. |
| ViewUI::getCacheMaxAge |
function |
core/modules/views_ui/src/ViewUI.php |
The maximum age for which this object may be cached. |
| ViewUI::getCacheTags |
function |
core/modules/views_ui/src/ViewUI.php |
The cache tags associated with this object. |
| ViewUI::getCacheTagsToInvalidate |
function |
core/modules/views_ui/src/ViewUI.php |
Returns the cache tags that should be used to invalidate caches. |