| View::postSave |
function |
core/modules/views/src/Entity/View.php |
|
| View::preCreate |
function |
core/modules/views/src/Entity/View.php |
|
| View::preDelete |
function |
core/modules/views/src/Entity/View.php |
|
| View::preRenderViewElement |
function |
core/modules/views/src/Element/View.php |
View element pre render callback. |
| View::preSave |
function |
core/modules/views/src/Entity/View.php |
|
| View::render |
function |
core/modules/views/src/Plugin/views/area/View.php |
|
| View::__construct |
function |
core/modules/views/src/Plugin/views/area/View.php |
Constructs a View object. |
| View::__sleep |
function |
core/modules/views/src/Entity/View.php |
|
| ViewAddForm |
class |
core/modules/views_ui/src/ViewAddForm.php |
Form controller for the Views add form. |
| ViewAddForm.php |
file |
core/modules/views_ui/src/ViewAddForm.php |
|
| ViewAddForm::$moduleHandler |
property |
core/modules/views_ui/src/ViewAddForm.php |
The module handler service. |
| ViewAddForm::$wizardManager |
property |
core/modules/views_ui/src/ViewAddForm.php |
The wizard plugin manager. |
| ViewAddForm::actions |
function |
core/modules/views_ui/src/ViewAddForm.php |
|
| ViewAddForm::cancel |
function |
core/modules/views_ui/src/ViewAddForm.php |
Form submission handler for the 'cancel' action. |
| ViewAddForm::create |
function |
core/modules/views_ui/src/ViewAddForm.php |
|
| ViewAddForm::form |
function |
core/modules/views_ui/src/ViewAddForm.php |
|
| ViewAddForm::prepareEntity |
function |
core/modules/views_ui/src/ViewAddForm.php |
|
| ViewAddForm::submitForm |
function |
core/modules/views_ui/src/ViewAddForm.php |
|
| ViewAddForm::validateForm |
function |
core/modules/views_ui/src/ViewAddForm.php |
|
| ViewAddForm::__construct |
function |
core/modules/views_ui/src/ViewAddForm.php |
Constructs a new ViewAddForm object. |
| ViewAjaxController |
class |
core/modules/views/src/Controller/ViewAjaxController.php |
Defines a controller to load a view via AJAX. |
| ViewAjaxController.php |
file |
core/modules/views/src/Controller/ViewAjaxController.php |
|
| ViewAjaxController::ajaxView |
function |
core/modules/views/src/Controller/ViewAjaxController.php |
Loads and renders a view via AJAX. |
| ViewAjaxController::create |
function |
core/modules/views/src/Controller/ViewAjaxController.php |
|
| ViewAjaxController::FILTERED_QUERY_PARAMETERS |
constant |
core/modules/views/src/Controller/ViewAjaxController.php |
Parameters that should be filtered and ignored inside ajax requests. |
| ViewAjaxController::__construct |
function |
core/modules/views/src/Controller/ViewAjaxController.php |
|
| ViewAjaxControllerTest |
class |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Tests Drupal\views\Controller\ViewAjaxController. |
| ViewAjaxControllerTest.php |
file |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
|
| ViewAjaxControllerTest::$currentPath |
property |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
The mocked current path. |
| ViewAjaxControllerTest::$executableFactory |
property |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
The mocked executable factory. |
| ViewAjaxControllerTest::$pathValidator |
property |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
The path validator service. |
| ViewAjaxControllerTest::$redirectDestination |
property |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
The redirect destination. |
| ViewAjaxControllerTest::$renderer |
property |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
The renderer. |
| ViewAjaxControllerTest::$viewAjaxController |
property |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
The tested views ajax controller. |
| ViewAjaxControllerTest::$viewStorage |
property |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
The mocked view entity storage. |
| ViewAjaxControllerTest::assertViewResultCommand |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Ensures that the main view content command is added. |
| ViewAjaxControllerTest::getCommands |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Gets the commands entry from the response object. |
| ViewAjaxControllerTest::setUp |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
|
| ViewAjaxControllerTest::setUpMockCurrentPath |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Reinitializes the current path as a mock object. |
| ViewAjaxControllerTest::setUpMockRedirectDestination |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Reinitializes the redirect destination as a mock object. |
| ViewAjaxControllerTest::setUpMockViewExecutableFactory |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Reinitializes the view executable factory as a mock object. |
| ViewAjaxControllerTest::setUpMockViewStorage |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Reinitializes the view storage as a mock object. |
| ViewAjaxControllerTest::setupValidMocks |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Sets up a bunch of valid mocks of the view executable. |
| ViewAjaxControllerTest::testAccessDeniedView |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Tests a view without having access to it. |
| ViewAjaxControllerTest::testAjaxView |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Tests a valid view without arguments pagers etc. |
| ViewAjaxControllerTest::testAjaxViewViewPathNoSlash |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Tests a valid view with a view_path with no slash. |
| ViewAjaxControllerTest::testAjaxViewWithArguments |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Tests a valid view with arguments. |
| ViewAjaxControllerTest::testAjaxViewWithEmptyArguments |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Tests a valid view with arguments. |
| ViewAjaxControllerTest::testAjaxViewWithHtmlEntityArguments |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Tests a valid view with arguments. |
| ViewAjaxControllerTest::testAjaxViewWithoutAjax |
function |
core/modules/views/tests/src/Unit/Controller/ViewAjaxControllerTest.php |
Tests a valid view without ajax enabled. |