ViewEditForm::actions |
function |
core/modules/views_ui/src/ViewEditForm.php |
Returns an array of supported actions for the current entity form. |
ViewEditForm::buildOptionForm |
function |
core/modules/views_ui/src/ViewEditForm.php |
Build a renderable array representing one option on the edit form. |
ViewEditForm::cancel |
function |
core/modules/views_ui/src/ViewEditForm.php |
Form submission handler for the 'cancel' action. |
ViewEditForm::create |
function |
core/modules/views_ui/src/ViewEditForm.php |
Instantiates a new instance of this class. |
ViewEditForm::form |
function |
core/modules/views_ui/src/ViewEditForm.php |
Gets the actual form array to be built. |
ViewEditForm::getDisplayDetails |
function |
core/modules/views_ui/src/ViewEditForm.php |
Helper function to get the display details section of the edit UI. |
ViewEditForm::getDisplayTab |
function |
core/modules/views_ui/src/ViewEditForm.php |
Returns a renderable array representing the edit page for one display. |
ViewEditForm::getFormBucket |
function |
core/modules/views_ui/src/ViewEditForm.php |
Add information about a section to a display. |
ViewEditForm::rebuildCurrentTab |
function |
core/modules/views_ui/src/ViewEditForm.php |
Regenerate the current tab for AJAX updates. |
ViewEditForm::renderDisplayTop |
function |
core/modules/views_ui/src/ViewEditForm.php |
Render the top of the display so it can be updated during ajax operations. |
ViewEditForm::save |
function |
core/modules/views_ui/src/ViewEditForm.php |
Form submission handler for the 'save' action. |
ViewEditForm::submitDelayDestination |
function |
core/modules/views_ui/src/ViewEditForm.php |
Submit handler for form buttons that do not complete a form workflow. |
ViewEditForm::submitDisplayAdd |
function |
core/modules/views_ui/src/ViewEditForm.php |
Submit handler to add a display to a view. |
ViewEditForm::submitDisplayDelete |
function |
core/modules/views_ui/src/ViewEditForm.php |
Submit handler to delete a display from a view. |
ViewEditForm::submitDisplayDisable |
function |
core/modules/views_ui/src/ViewEditForm.php |
Submit handler to disable display. |
ViewEditForm::submitDisplayDuplicate |
function |
core/modules/views_ui/src/ViewEditForm.php |
Submit handler to duplicate a display for a view. |
ViewEditForm::submitDisplayEnable |
function |
core/modules/views_ui/src/ViewEditForm.php |
Submit handler to enable a disabled display. |
ViewEditForm::submitDisplayUndoDelete |
function |
core/modules/views_ui/src/ViewEditForm.php |
Submit handler to add a restore a removed display to a view. |
ViewEditForm::submitDuplicateDisplayAsType |
function |
core/modules/views_ui/src/ViewEditForm.php |
Submit handler to Duplicate a display as another display type. |
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::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/Kernel/ViewElementTest.php |
Tests the view render element. |
ViewElementTest |
class |
core/modules/views/tests/src/Functional/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/Kernel/ViewElementTest.php |
Views used by this test. |
ViewElementTest::$testViews |
property |
core/modules/views/tests/src/Functional/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/Kernel/ViewElementTest.php |
Tests the rendered output and form output of the "embed" display plugin. |
ViewElementTest::testViewElementEmbed |
function |
core/modules/views/tests/src/Functional/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 enable. |
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 |
|