protected property BundleNotExistException::$adminPermission in Bynder 8
Same name and namespace in other branches
- 8.3 src/Exception/BundleNotExistException.php \Drupal\bynder\Exception\BundleNotExistException::adminPermission
- 8.2 src/Exception/BundleNotExistException.php \Drupal\bynder\Exception\BundleNotExistException::adminPermission
- 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\ExceptionCode
protected $adminPermission = 'administer entity browsers';