public function GroupContentEnablerInterface::isEnforced in Group 8
Returns whether this plugin is always on.
Return value
bool The 'enforced' status.
1 method overrides GroupContentEnablerInterface::isEnforced()
- GroupContentEnablerBase::isEnforced in src/
Plugin/ GroupContentEnablerBase.php - Returns whether this plugin is always on.
File
- src/
Plugin/ GroupContentEnablerInterface.php, line 120
Class
- GroupContentEnablerInterface
- Defines an interface for pluggable GroupContentEnabler back-ends.
Namespace
Drupal\group\PluginCode
public function isEnforced();