You are here

public function FlushExternalImages::buildForm in Imagecache External 8

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 ConfirmFormBase::buildForm

File

src/Form/FlushExternalImages.php, line 67

Class

FlushExternalImages
Defines a confirmation form for deleting mymodule data.

Namespace

Drupal\imagecache_external\Form

Code

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