You are here

protected property SecurepagesTest::$pages_default in Secure Pages 8

List of default pages protected.

List of strings.

Type: array

File

src/Tests/SecurepagesTest.php, line 40
Contains \Drupal\securepages\Tests\SecurepagesTest.

Class

SecurepagesTest
Test Secure Pages redirects.

Namespace

Drupal\securepages\Tests

Code

protected $pages_default = [
  '/node/add*',
  '/node/*/edit',
  '/node/*/delete',
  '/user',
  '/user/*',
  '/admin',
  '/admin/*',
];