function public function SettingInterface::getElement
8.x-3.x SettingInterface.php | public SettingInterface::getElement(array &$form, FormStateInterface $form_state) |
Retrieves the form element for the setting.
Parameters
array $form: Nested array of form elements that comprise the form.
\Drupal\Core\Form\FormStateInterface $form_state: The current state of the form.
Return value
\Drupal\bootstrap\Utility\Element The setting element object.
Deprecated
Will be removed in a future release. Use \Drupal\bootstrap\Plugin\Setting\SettingInterface::getSettingElement
Class
- SettingInterface
- Defines the interface for an object oriented theme setting plugin.
Namespace
Drupal\bootstrap\Plugin\SettingSource src/Plugin/Setting/SettingInterface.php (line 121)
public function getElement(array &$form, FormStateInterface $form_state);