BulkForm::getLanguageManager |
function |
core/modules/views/src/Plugin/views/field/BulkForm.php |
|
BulkForm::getValue |
function |
core/modules/views/src/Plugin/views/field/BulkForm.php |
|
BulkForm::getView |
function |
core/modules/views/src/Plugin/views/field/BulkForm.php |
|
BulkForm::init |
function |
core/modules/views/src/Plugin/views/field/BulkForm.php |
|
BulkForm::isWorkspaceSafeForm |
function |
core/modules/views/src/Plugin/views/field/BulkForm.php |
|
BulkForm::loadEntityFromBulkFormKey |
function |
core/modules/views/src/Plugin/views/field/BulkForm.php |
Loads an entity based on a bulk form key. |
BulkForm::preRender |
function |
core/modules/views/src/Plugin/views/field/BulkForm.php |
|
BulkForm::query |
function |
core/modules/views/src/Plugin/views/field/BulkForm.php |
|
BulkForm::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/field/BulkForm.php |
|
BulkForm::viewsForm |
function |
core/modules/views/src/Plugin/views/field/BulkForm.php |
Form constructor for the bulk form. |
BulkForm::viewsFormSubmit |
function |
core/modules/views/src/Plugin/views/field/BulkForm.php |
Submit handler for the bulk form. |
BulkForm::viewsFormValidate |
function |
core/modules/views/src/Plugin/views/field/BulkForm.php |
|
BulkForm::__construct |
function |
core/modules/views/src/Plugin/views/field/BulkForm.php |
Constructs a new BulkForm object. |
BulkFormAccessTest |
class |
core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php |
Tests if entity access is respected on a node bulk operations form. |
BulkFormAccessTest |
class |
core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php |
Tests if entity access is respected on a user bulk form. |
BulkFormAccessTest.php |
file |
core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php |
|
BulkFormAccessTest.php |
file |
core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php |
|
BulkFormAccessTest::$accessHandler |
property |
core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php |
The node access control handler. |
BulkFormAccessTest::$defaultTheme |
property |
core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php |
|
BulkFormAccessTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php |
|
BulkFormAccessTest::$modules |
property |
core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php |
|
BulkFormAccessTest::$modules |
property |
core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php |
|
BulkFormAccessTest::$testViews |
property |
core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php |
Views used by this test. |
BulkFormAccessTest::$testViews |
property |
core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php |
Views used by this test. |
BulkFormAccessTest::setUp |
function |
core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php |
|
BulkFormAccessTest::testNodeDeleteAccess |
function |
core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php |
Tests if nodes that may not be deleted, can not be deleted in bulk. |
BulkFormAccessTest::testNodeEditAccess |
function |
core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php |
Tests if nodes that may not be edited, can not be edited in bulk. |
BulkFormAccessTest::testUserDeleteAccess |
function |
core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php |
Tests if users that may not be deleted, can not be deleted in bulk. |
BulkFormAccessTest::testUserEditAccess |
function |
core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php |
Tests if users that may not be edited, can not be edited in bulk. |
BulkFormTest |
class |
core/modules/user/tests/src/Functional/Views/BulkFormTest.php |
Tests a user bulk form. |
BulkFormTest |
class |
core/modules/node/tests/src/Functional/Views/BulkFormTest.php |
Tests a node bulk form. |
BulkFormTest |
class |
core/modules/views/tests/src/Unit/Plugin/views/field/BulkFormTest.php |
Tests Drupal\views\Plugin\views\field\BulkForm. |
BulkFormTest |
class |
core/modules/views/tests/src/Functional/BulkFormTest.php |
Tests the views bulk form test. |
BulkFormTest.php |
file |
core/modules/views/tests/src/Unit/Plugin/views/field/BulkFormTest.php |
|
BulkFormTest.php |
file |
core/modules/views/tests/src/Functional/BulkFormTest.php |
|
BulkFormTest.php |
file |
core/modules/node/tests/src/Functional/Views/BulkFormTest.php |
|
BulkFormTest.php |
file |
core/modules/user/tests/src/Functional/Views/BulkFormTest.php |
|
BulkFormTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/Views/BulkFormTest.php |
|
BulkFormTest::$defaultTheme |
property |
core/modules/node/tests/src/Functional/Views/BulkFormTest.php |
|
BulkFormTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/BulkFormTest.php |
|
BulkFormTest::$modules |
property |
core/modules/views/tests/src/Functional/BulkFormTest.php |
|
BulkFormTest::$modules |
property |
core/modules/node/tests/src/Functional/Views/BulkFormTest.php |
Modules to be enabled. |
BulkFormTest::$modules |
property |
core/modules/user/tests/src/Functional/Views/BulkFormTest.php |
|
BulkFormTest::$nodes |
property |
core/modules/node/tests/src/Functional/Views/BulkFormTest.php |
The test nodes. |
BulkFormTest::$testViews |
property |
core/modules/node/tests/src/Functional/Views/BulkFormTest.php |
Views used by this test. |
BulkFormTest::$testViews |
property |
core/modules/user/tests/src/Functional/Views/BulkFormTest.php |
Views used by this test. |
BulkFormTest::loadNode |
function |
core/modules/node/tests/src/Functional/Views/BulkFormTest.php |
Load the specified node from the storage. |
BulkFormTest::setUp |
function |
core/modules/node/tests/src/Functional/Views/BulkFormTest.php |
|
BulkFormTest::setUp |
function |
core/modules/views/tests/src/Functional/BulkFormTest.php |
|
BulkFormTest::tearDown |
function |
core/modules/views/tests/src/Unit/Plugin/views/field/BulkFormTest.php |
|