public static function WidgetsConfig::tableUpdatedAjaxCallback in Entity Browser 8
Same name and namespace in other branches
- 8.2 src/Form/WidgetsConfig.php \Drupal\entity_browser\Form\WidgetsConfig::tableUpdatedAjaxCallback()
AJAX callback for all operations that update widgets table.
File
- src/
Form/ WidgetsConfig.php, line 200
Class
- WidgetsConfig
- Form for configuring widgets for entity browser.
Namespace
Drupal\entity_browser\FormCode
public static function tableUpdatedAjaxCallback($form, $form_state) {
return $form['widgets'];
}