public function SimplenewsContentSelectionAdminForm::buildForm in Simplenews Content Selection 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 FormInterface::buildForm
File
- src/
Form/ SimplenewsContentSelectionAdminForm.php, line 22
Class
Namespace
Drupal\simplenews_content_selection\FormCode
public function buildForm(array $form, FormStateInterface $form_state) {
//
}