You are here

public function GroupContentEnablerBase::submitConfigurationForm in Group 8

Only override this function if you need to do something specific to the submitted data before it is saved as configuration on the plugin. The data gets saved on the plugin in \Drupal\group\Entity\Form\GroupContentTypeForm.

Overrides PluginFormInterface::submitConfigurationForm

File

src/Plugin/GroupContentEnablerBase.php, line 548

Class

GroupContentEnablerBase
Provides a base class for GroupContentEnabler plugins.

Namespace

Drupal\group\Plugin

Code

public function submitConfigurationForm(array &$form, FormStateInterface $form_state) {
}