You are here

protected property RngEventAccessTest::$routes in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 tests/src/Kernel/RngEventAccessTest.php \Drupal\Tests\rng\Kernel\RngEventAccessTest::routes
  2. 8 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\Kernel

Code

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',
];