You are here

public function EntityTypeForm::updateBaseFields in Field Encryption 3.0.x

Handles AJAX callback for updating the base fields.

Parameters

array $form: The form array.

\Drupal\Core\Form\FormStateInterface $form_state: The form state.

Return value

array The update base_fields checkboxes.

File

src/Form/EntityTypeForm.php, line 261

Class

EntityTypeForm
Configures field encryption on the entity type level.

Namespace

Drupal\field_encrypt\Form

Code

public function updateBaseFields(array $form, FormStateInterface $form_state) {
  return $form['entity_type_container'];
}