You are here

public function HttpPurgerFormBase::buildFormHeadersRebuild in Generic HTTP Purger 8

Build the 'headers' section of the form: retrieves updated elements.

Parameters

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

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

File

src/Form/HttpPurgerFormBase.php, line 336

Class

HttpPurgerFormBase
Abstract form base for HTTP based configurable purgers.

Namespace

Drupal\purge_purger_http\Form

Code

public function buildFormHeadersRebuild(array &$form, FormStateInterface $form_state) {
  return $form['headers']['headers'];
}