You are here

protected property BundleNotBynderException::$adminPermission in Bynder 4.0.x

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

Admin permission related to this exception.

Type: string

Overrides BynderException::$adminPermission

File

src/Exception/BundleNotBynderException.php, line 15

Class

BundleNotBynderException
Exception indicating that the bundle does not represent Bynder assets.

Namespace

Drupal\bynder\Exception

Code

protected $adminPermission = 'administer entity browsers';