You are here

public function GroupContentTypeInterface::updateContentPlugin in Group 2.0.x

Same name and namespace in other branches
  1. 8 src/Entity/GroupContentTypeInterface.php \Drupal\group\Entity\GroupContentTypeInterface::updateContentPlugin()

Updates the configuration of the group relation plugin.

Any keys that were left out will be reset to the default.

Parameters

array $configuration: An array of group relation plugin configuration.

1 method overrides GroupContentTypeInterface::updateContentPlugin()
GroupContentType::updateContentPlugin in src/Entity/GroupContentType.php
Updates the configuration of the group relation plugin.

File

src/Entity/GroupContentTypeInterface.php, line 53

Class

GroupContentTypeInterface
Provides an interface defining a group content type entity.

Namespace

Drupal\group\Entity

Code

public function updateContentPlugin(array $configuration);