public function ConfigurationForm::addMoreCallback in URLs queuer 8
Adds more textfields to the blacklist fieldset.
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/ ConfigurationForm.php, line 213
Class
- ConfigurationForm
- Configuration form for the Url and Path queuer.
Namespace
Drupal\purge_queuer_url\FormCode
public function addMoreCallback(array &$form, FormStateInterface $form_state) {
return $form['blacklist']['blacklist'];
}