public function OgDeleteOrphansInterface::configurationForm in Organic groups 8
Returns the configuration form elements specific to this plugin.
Parameters
array $form: The form definition array.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
Return value
array The renderable form array representing the entire configuration form.
1 method overrides OgDeleteOrphansInterface::configurationForm()
- OgDeleteOrphansBase::configurationForm in src/
OgDeleteOrphansBase.php - Returns the configuration form elements specific to this plugin.
File
- src/
OgDeleteOrphansInterface.php, line 51
Class
- OgDeleteOrphansInterface
- Interface for OgDeleteOrphans plugins.
Namespace
Drupal\ogCode
public function configurationForm(array $form, FormStateInterface $form_state);