public function UserProtectionBase::isEnabled in User protect 8
Implements UserProtectionInterface::isEnabled().
Overrides UserProtectionInterface::isEnabled
File
- src/
Plugin/ UserProtection/ UserProtectionBase.php, line 97
Class
- UserProtectionBase
- Provides a base class for UserProtection plugins.
Namespace
Drupal\userprotect\Plugin\UserProtectionCode
public function isEnabled() {
return (bool) $this->status;
}