You are here

class AuthorizationSkipAuthorization in Authorization 8

Exception for when the entire profile should be skipped.

Hierarchy

Expanded class hierarchy of AuthorizationSkipAuthorization

2 files declare their use of AuthorizationSkipAuthorization
AuthorizationProfile.php in src/Entity/AuthorizationProfile.php
Dummy.php in tests/modules/authorization_test/src/Plugin/authorization/Provider/Dummy.php

File

src/AuthorizationSkipAuthorization.php, line 10

Namespace

Drupal\authorization
View source
class AuthorizationSkipAuthorization extends \Exception {

}

Members