You are here

public function UserDefaultsBulkForm::buildForm in Subscriptions 2.0.x

Form constructor.

Parameters

array $form: An associative array containing the structure of the form.

\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.

Return value

array The form structure.

Overrides FormInterface::buildForm

File

src/Form/UserDefaultsBulkForm.php, line 23

Class

UserDefaultsBulkForm
Stub for user default bulk operations form.

Namespace

Drupal\subscriptions\Form

Code

public function buildForm(array $form, FormStateInterface $form_state) {
  return $form;
}