public function GroupContentTypeInterface::updateContentPlugin in Group 8
Same name and namespace in other branches
- 2.0.x src/Entity/GroupContentTypeInterface.php \Drupal\group\Entity\GroupContentTypeInterface::updateContentPlugin()
Updates the configuration of the content enabler plugin.
Any keys that were left out will be reset to the default.
Parameters
array $configuration: An array of content enabler plugin configuration.
1 method overrides GroupContentTypeInterface::updateContentPlugin()
- GroupContentType::updateContentPlugin in src/
Entity/ GroupContentType.php - Updates the configuration of the content enabler plugin.
File
- src/
Entity/ GroupContentTypeInterface.php, line 53
Class
- GroupContentTypeInterface
- Provides an interface defining a group content type entity.
Namespace
Drupal\group\EntityCode
public function updateContentPlugin(array $configuration);