| ViewEditForm::validateForm |
function |
core/modules/views_ui/src/ViewEditForm.php |
Form validation handler. |
| ViewEditForm::__construct |
function |
core/modules/views_ui/src/ViewEditForm.php |
Constructs a new ViewEditForm object. |
| ViewEditTest |
class |
core/modules/views_ui/tests/src/Functional/ViewEditTest.php |
Tests some general functionality of editing views, like deleting a view. |
| ViewEditTest.php |
file |
core/modules/views_ui/tests/src/Functional/ViewEditTest.php |
|
| ViewEditTest::$defaultTheme |
property |
core/modules/views_ui/tests/src/Functional/ViewEditTest.php |
The theme to install as the default for testing. |
| ViewEditTest::$testViews |
property |
core/modules/views_ui/tests/src/Functional/ViewEditTest.php |
Views used by this test. |
| ViewEditTest::testDeleteLink |
function |
core/modules/views_ui/tests/src/Functional/ViewEditTest.php |
Tests the delete link on a views UI. |
| ViewEditTest::testEditForm |
function |
core/modules/views_ui/tests/src/Functional/ViewEditTest.php |
Tests the edit form HTML. |
| ViewEditTest::testEditFormLanguageOptions |
function |
core/modules/views_ui/tests/src/Functional/ViewEditTest.php |
Tests the language options on the views edit form. |
| ViewEditTest::testOtherOptions |
function |
core/modules/views_ui/tests/src/Functional/ViewEditTest.php |
Tests the machine name and administrative comment forms. |
| ViewEditTest::testRelationRepresentativeNode |
function |
core/modules/views_ui/tests/src/Functional/ViewEditTest.php |
Tests Representative Node for a Taxonomy Term. |
| ViewElementTest |
class |
core/modules/views/tests/src/Functional/ViewElementTest.php |
Tests the view render element. |
| ViewElementTest |
class |
core/modules/views/tests/src/Kernel/ViewElementTest.php |
Tests the view render element. |
| ViewElementTest.php |
file |
core/modules/views/tests/src/Kernel/ViewElementTest.php |
|
| ViewElementTest.php |
file |
core/modules/views/tests/src/Functional/ViewElementTest.php |
|
| ViewElementTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/ViewElementTest.php |
The theme to install as the default for testing. |
| ViewElementTest::$testViews |
property |
core/modules/views/tests/src/Functional/ViewElementTest.php |
Views used by this test. |
| ViewElementTest::$testViews |
property |
core/modules/views/tests/src/Kernel/ViewElementTest.php |
Views used by this test. |
| ViewElementTest::setUp |
function |
core/modules/views/tests/src/Functional/ViewElementTest.php |
Sets up the test. |
| ViewElementTest::testInvalidView |
function |
core/modules/views/tests/src/Kernel/ViewElementTest.php |
Tests that an exception is thrown when an invalid View is passed. |
| ViewElementTest::testViewElement |
function |
core/modules/views/tests/src/Kernel/ViewElementTest.php |
Tests the rendered output and form output of a view element. |
| ViewElementTest::testViewElement |
function |
core/modules/views/tests/src/Functional/ViewElementTest.php |
Tests the rendered output and form output of a view element. |
| ViewElementTest::testViewElementEmbed |
function |
core/modules/views/tests/src/Functional/ViewElementTest.php |
Tests the rendered output and form output of the "embed" display plugin. |
| ViewElementTest::testViewElementEmbed |
function |
core/modules/views/tests/src/Kernel/ViewElementTest.php |
Tests the rendered output and form output of the "embed" display plugin. |
| ViewEntityDependenciesTest |
class |
core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php |
Tests the calculation of dependencies for views. |
| ViewEntityDependenciesTest.php |
file |
core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php |
|
| ViewEntityDependenciesTest::$modules |
property |
core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php |
Modules to install. |
| ViewEntityDependenciesTest::$testViews |
property |
core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php |
Views used by this test. |
| ViewEntityDependenciesTest::setUp |
function |
core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php |
|
| ViewEntityDependenciesTest::testGetDependencies |
function |
core/modules/views/tests/src/Kernel/Entity/ViewEntityDependenciesTest.php |
Tests the getDependencies method. |
| ViewEntityInterface |
interface |
core/modules/views/src/ViewEntityInterface.php |
Defines an interface for View storage classes. |
| ViewEntityInterface.php |
file |
core/modules/views/src/ViewEntityInterface.php |
|
| ViewEntityInterface::addDisplay |
function |
core/modules/views/src/ViewEntityInterface.php |
Adds a new display handler to the view, automatically creating an ID. |
| ViewEntityInterface::duplicateDisplayAsType |
function |
core/modules/views/src/ViewEntityInterface.php |
Duplicates an existing display into a new display type. |
| ViewEntityInterface::getDisplay |
function |
core/modules/views/src/ViewEntityInterface.php |
Retrieves a specific display's configuration by reference. |
| ViewEntityInterface::getExecutable |
function |
core/modules/views/src/ViewEntityInterface.php |
Gets an executable instance for this view. |
| ViewEntityInterface::mergeDefaultDisplaysOptions |
function |
core/modules/views/src/ViewEntityInterface.php |
Add defaults to the display options. |
| ViewExecutable |
class |
core/modules/views/src/ViewExecutable.php |
Represents a view as a whole. |
| ViewExecutable.php |
file |
core/modules/views/src/ViewExecutable.php |
|
| ViewExecutable::$ajaxEnabled |
property |
core/modules/views/src/ViewExecutable.php |
Whether this view uses AJAX. |
| ViewExecutable::$args |
property |
core/modules/views/src/ViewExecutable.php |
Any arguments that have been passed into the view. |
| ViewExecutable::$argument |
property |
core/modules/views/src/ViewExecutable.php |
Stores the argument handlers which are initialized on this view. |
| ViewExecutable::$attachment_after |
property |
core/modules/views/src/ViewExecutable.php |
Attachments to place after the view. |
| ViewExecutable::$attachment_before |
property |
core/modules/views/src/ViewExecutable.php |
Attachments to place before the view. |
| ViewExecutable::$baseEntityType |
property |
core/modules/views/src/ViewExecutable.php |
The entity type of the base table, if available. |
| ViewExecutable::$base_database |
property |
core/modules/views/src/ViewExecutable.php |
Allow to override the used database which is used for this query. |
| ViewExecutable::$build_info |
property |
core/modules/views/src/ViewExecutable.php |
An array of build info. |
| ViewExecutable::$build_sort |
property |
core/modules/views/src/ViewExecutable.php |
Indicates if the sorts have been built. |
| ViewExecutable::$build_time |
property |
core/modules/views/src/ViewExecutable.php |
The build execution time. |
| ViewExecutable::$built |
property |
core/modules/views/src/ViewExecutable.php |
Whether or not the view has been built. |