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\TestsCode
protected $pages_default = [
'/node/add*',
'/node/*/edit',
'/node/*/delete',
'/user',
'/user/*',
'/admin',
'/admin/*',
];