public function ResponsiveMenusPluginInterface::settingsForm in Responsive Menus 8
Form constructor.
Parameters
array $form: An associative array containing the initial structure of the plugin form.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the complete form.
Return value
array The form structure.
1 method overrides ResponsiveMenusPluginInterface::settingsForm()
- ResponsiveMenusPluginBase::settingsForm in src/
ResponsiveMenusPluginBase.php - Form constructor.
File
- src/
ResponsiveMenusPluginInterface.php, line 31
Class
- ResponsiveMenusPluginInterface
- Interface ResponsiveMenusInterface.
Namespace
Drupal\responsive_menusCode
public function settingsForm(array $form, FormStateInterface $form_state);