protected property RngEventAccessTest::$routes in RNG - Events and Registrations 8
Same name and namespace in other branches
- 8.2 tests/src/Kernel/RngEventAccessTest.php \Drupal\Tests\rng\Kernel\RngEventAccessTest::routes
- 3.x tests/src/Kernel/RngEventAccessTest.php \Drupal\Tests\rng\Kernel\RngEventAccessTest::routes
A list of routes only event managers have access.
Except for the entity edit form.
Type: array
File
- tests/
src/ Kernel/ RngEventAccessTest.php, line 63
Class
- RngEventAccessTest
- Tests manage event access control. to register for events..
Namespace
Drupal\Tests\rng\KernelCode
protected $routes = [
'entity.entity_test.edit_form',
'rng.event.entity_test.event',
'rng.event.entity_test.access',
'rng.event.entity_test.messages',
'rng.event.entity_test.group.list',
];