public static function BlockFieldItem::fieldSettingsAjaxProcess in Block field 8
Render API callback.
Processes the field settings form and allows access to the form state.
See also
\Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem
File
- src/
Plugin/ Field/ FieldType/ BlockFieldItem.php, line 204
Class
- BlockFieldItem
- Plugin implementation of the 'block_field' field type.
Namespace
Drupal\block_field\Plugin\Field\FieldTypeCode
public static function fieldSettingsAjaxProcess($form, FormStateInterface $form_state) {
static::fieldSettingsAjaxProcessElement($form, $form);
return $form;
}