public function GroupContentEnablerInterface::isCodeOnly in Group 8
Returns whether this plugin can only be (un)installed through code.
Return value
bool The 'code_only' status.
1 method overrides GroupContentEnablerInterface::isCodeOnly()
- GroupContentEnablerBase::isCodeOnly in src/
Plugin/ GroupContentEnablerBase.php - Returns whether this plugin can only be (un)installed through code.
File
- src/
Plugin/ GroupContentEnablerInterface.php, line 128
Class
- GroupContentEnablerInterface
- Defines an interface for pluggable GroupContentEnabler back-ends.
Namespace
Drupal\group\PluginCode
public function isCodeOnly();