BulkFormAccessTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php |
The theme to install as the default for testing. |
BulkFormAccessTest::$modules |
property |
core/modules/user/tests/src/Functional/Views/BulkFormAccessTest.php |
Modules to install. |
BulkFormAccessTest::$modules |
property |
core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php |
Modules to install. |
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 |
Sets up the test. |
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/Functional/BulkFormTest.php |
|
BulkFormTest.php |
file |
core/modules/views/tests/src/Unit/Plugin/views/field/BulkFormTest.php |
|
BulkFormTest.php |
file |
core/modules/user/tests/src/Functional/Views/BulkFormTest.php |
|
BulkFormTest.php |
file |
core/modules/node/tests/src/Functional/Views/BulkFormTest.php |
|
BulkFormTest::$defaultTheme |
property |
core/modules/node/tests/src/Functional/Views/BulkFormTest.php |
The theme to install as the default for testing. |
BulkFormTest::$defaultTheme |
property |
core/modules/user/tests/src/Functional/Views/BulkFormTest.php |
The theme to install as the default for testing. |
BulkFormTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/BulkFormTest.php |
The theme to install as the default for testing. |
BulkFormTest::$modules |
property |
core/modules/views/tests/src/Functional/BulkFormTest.php |
Modules to install. |
BulkFormTest::$modules |
property |
core/modules/user/tests/src/Functional/Views/BulkFormTest.php |
Modules to install. |
BulkFormTest::$modules |
property |
core/modules/node/tests/src/Functional/Views/BulkFormTest.php |
Modules to be enabled. |
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 |
Sets up the test. |
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 |
|
BulkFormTest::testBulkDeletion |
function |
core/modules/node/tests/src/Functional/Views/BulkFormTest.php |
Tests multiple deletion. |
BulkFormTest::testBulkForm |
function |
core/modules/node/tests/src/Functional/Views/BulkFormTest.php |
Tests the node bulk form. |
BulkFormTest::testBulkForm |
function |
core/modules/user/tests/src/Functional/Views/BulkFormTest.php |
Tests the user bulk form. |
BulkFormTest::testBulkForm |
function |
core/modules/views/tests/src/Functional/BulkFormTest.php |
Tests the bulk form. |
BulkFormTest::testBulkFormCombineFilter |
function |
core/modules/user/tests/src/Functional/Views/BulkFormTest.php |
Tests the user bulk form with a combined field filter on the bulk column. |
BulkFormTest::testConfirmRouteWithParameters |
function |
core/modules/views/tests/src/Functional/BulkFormTest.php |
Tests that route parameters are passed to the confirmation form route. |
BulkFormTest::testViewsForm |
function |
core/modules/views/tests/src/Unit/Plugin/views/field/BulkFormTest.php |
Tests views form. |
BulkOperationsTest |
class |
core/modules/views/tests/src/FunctionalJavascript/Plugin/BulkOperationsTest.php |
Tests the bulk operations. |
BulkOperationsTest.php |
file |
core/modules/views/tests/src/FunctionalJavascript/Plugin/BulkOperationsTest.php |
|
BulkOperationsTest::$defaultTheme |
property |
core/modules/views/tests/src/FunctionalJavascript/Plugin/BulkOperationsTest.php |
The theme to install as the default for testing. |
BulkOperationsTest::$modules |
property |
core/modules/views/tests/src/FunctionalJavascript/Plugin/BulkOperationsTest.php |
Modules to install. |
BulkOperationsTest::setUp |
function |
core/modules/views/tests/src/FunctionalJavascript/Plugin/BulkOperationsTest.php |
|
BulkOperationsTest::testBulkOperations |
function |
core/modules/views/tests/src/FunctionalJavascript/Plugin/BulkOperationsTest.php |
Tests views bulk operations. |
BundleClassTest |
class |
core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php |
Tests entity bundle classes. |
BundleClassTest.php |
file |
core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php |
|
BundleClassTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php |
Modules to install. |
BundleClassTest::$storage |
property |
core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php |
The entity storage. |
BundleClassTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php |
|
BundleClassTest::testAmbiguousBundleClassExceptionCreate |
function |
core/tests/Drupal/KernelTests/Core/Entity/BundleClassTest.php |
Checks exception is thrown if two bundles share the same bundle class. |