| ViewAjaxControllerTest::testAjaxViewWithPager |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Tests a valid view with a pager. |
| ViewAjaxControllerTest::testInvalidPath |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Tests a valid view without arguments pagers etc. |
| ViewAjaxControllerTest::testMissingView |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Tests non-existent view with view_name and view_display_id. |
| ViewAjaxControllerTest::testMissingViewName |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Tests missing view_name and view_display_id. |
| ViewAjaxControllerTest::USE_AJAX |
constant |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
|
| ViewAjaxControllerTest::USE_NO_AJAX |
constant |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
|
| ViewAjaxResponse |
class |
core/modules/views/src/Ajax/ViewAjaxResponse.php |
Custom JSON response object for an ajax view response. |
| ViewAjaxResponse.php |
file |
core/modules/views/src/Ajax/ViewAjaxResponse.php |
|
| ViewAjaxResponse::$view |
property |
core/modules/views/src/Ajax/ViewAjaxResponse.php |
The view executed on this ajax request. |
| ViewAjaxResponse::getView |
function |
core/modules/views/src/Ajax/ViewAjaxResponse.php |
Gets the executed view of this response. |
| ViewAjaxResponse::setView |
function |
core/modules/views/src/Ajax/ViewAjaxResponse.php |
Sets the executed view of this response. |
| ViewAjaxTest |
class |
core/modules/views/tests/src/Functional/ViewAjaxTest.php |
Tests the ajax view functionality. |
| ViewAjaxTest.php |
file |
core/modules/views/tests/src/Functional/ViewAjaxTest.php |
|
| ViewAjaxTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/ViewAjaxTest.php |
|
| ViewAjaxTest::$testViews |
property |
core/modules/views/tests/src/Functional/ViewAjaxTest.php |
Views used by this test. |
| ViewAjaxTest::setUp |
function |
core/modules/views/tests/src/Functional/ViewAjaxTest.php |
|
| ViewAjaxTest::testAjaxView |
function |
core/modules/views/tests/src/Functional/ViewAjaxTest.php |
Tests an ajax view. |
| ViewAjaxTest::testNonAjaxViewViaAjax |
function |
core/modules/views/tests/src/Functional/ViewAjaxTest.php |
Ensures that non-ajax view cannot be accessed via an ajax HTTP request. |
| ViewDuplicateForm |
class |
core/modules/views_ui/src/ViewDuplicateForm.php |
Form controller for the Views duplicate form. |
| ViewDuplicateForm.php |
file |
core/modules/views_ui/src/ViewDuplicateForm.php |
|
| ViewDuplicateForm::$languageManager |
property |
core/modules/views_ui/src/ViewDuplicateForm.php |
The language manager. |
| ViewDuplicateForm::actions |
function |
core/modules/views_ui/src/ViewDuplicateForm.php |
|
| ViewDuplicateForm::copyTranslations |
function |
core/modules/views_ui/src/ViewDuplicateForm.php |
Copies all translations that existed on the original View. |
| ViewDuplicateForm::create |
function |
core/modules/views_ui/src/ViewDuplicateForm.php |
|
| ViewDuplicateForm::form |
function |
core/modules/views_ui/src/ViewDuplicateForm.php |
|
| ViewDuplicateForm::prepareEntity |
function |
core/modules/views_ui/src/ViewDuplicateForm.php |
|
| ViewDuplicateForm::submitForm |
function |
core/modules/views_ui/src/ViewDuplicateForm.php |
Form submission handler for the 'clone' action. |
| ViewDuplicateForm::__construct |
function |
core/modules/views_ui/src/ViewDuplicateForm.php |
Constructs a ViewDuplicateForm. |
| ViewEditForm |
class |
core/modules/views_ui/src/ViewEditForm.php |
Form controller for the Views edit form. |
| ViewEditForm.php |
file |
core/modules/views_ui/src/ViewEditForm.php |
|
| ViewEditForm::$dateFormatter |
property |
core/modules/views_ui/src/ViewEditForm.php |
The date formatter service. |
| ViewEditForm::$elementInfo |
property |
core/modules/views_ui/src/ViewEditForm.php |
The element info manager. |
| ViewEditForm::$moduleHandler |
property |
core/modules/views_ui/src/ViewEditForm.php |
The module handler service. |
| ViewEditForm::$requestStack |
property |
core/modules/views_ui/src/ViewEditForm.php |
The request object. |
| ViewEditForm::$tempStore |
property |
core/modules/views_ui/src/ViewEditForm.php |
The views temp store. |
| ViewEditForm::$themeManager |
property |
core/modules/views_ui/src/ViewEditForm.php |
The theme manager. |
| ViewEditForm::actions |
function |
core/modules/views_ui/src/ViewEditForm.php |
|
| 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 |
|
| ViewEditForm::form |
function |
core/modules/views_ui/src/ViewEditForm.php |
|
| 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 |
|
| 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. |