public function GroupContentEnablerInterface::postInstall in Group 8
Runs tasks after the group content type for this plugin has been created.
A good example of what you might want to do here, is the installation of extra locked fields on the group content type. You can find an example in \Drupal\group\Plugin\GroupContentEnabler\GroupMembership::postInstall().
1 method overrides GroupContentEnablerInterface::postInstall()
- GroupContentEnablerBase::postInstall in src/
Plugin/ GroupContentEnablerBase.php - Runs tasks after the group content type for this plugin has been created.
File
- src/
Plugin/ GroupContentEnablerInterface.php, line 350
Class
- GroupContentEnablerInterface
- Defines an interface for pluggable GroupContentEnabler back-ends.
Namespace
Drupal\group\PluginCode
public function postInstall();