You are here

public function OgDeleteOrphansBase::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.

Overrides OgDeleteOrphansInterface::configurationForm

1 method overrides OgDeleteOrphansBase::configurationForm()
Batch::configurationForm in src/Plugin/OgDeleteOrphans/Batch.php
Returns the configuration form elements specific to this plugin.

File

src/OgDeleteOrphansBase.php, line 180

Class

OgDeleteOrphansBase
Base implementation for OgDeleteOrphans plugins.

Namespace

Drupal\og

Code

public function configurationForm(array $form, FormStateInterface $form_state) {
  return [];
}