You are here

protected property BundleNotExistException::$adminPermission in Bynder 8.2

Same name and namespace in other branches
  1. 8.3 src/Exception/BundleNotExistException.php \Drupal\bynder\Exception\BundleNotExistException::adminPermission
  2. 8 src/Exception/BundleNotExistException.php \Drupal\bynder\Exception\BundleNotExistException::adminPermission
  3. 4.0.x src/Exception/BundleNotExistException.php \Drupal\bynder\Exception\BundleNotExistException::adminPermission

Admin permission related to this exception.

Type: string

Overrides BynderException::$adminPermission

File

src/Exception/BundleNotExistException.php, line 15

Class

BundleNotExistException
Exception indicating that the selected bundle does not exist.

Namespace

Drupal\bynder\Exception

Code

protected $adminPermission = 'administer entity browsers';