public function EntityFormController::save

Form submission handler for the 'save' action.

Parameters

array $form: An associative array containing the structure of the form.

array $form_state: A reference to a keyed array containing the current state of the form.

20 methods override EntityFormController::save()

File

drupal/core/lib/Drupal/Core/Entity/EntityFormController.php, line 291
Contains \Drupal\Core\Entity\EntityFormController.

Class

EntityFormController
Base class for entity form controllers.

Namespace

Drupal\Core\Entity

Code

public function save(array $form, array &$form_state) {

  // @todo Perform common save operations.
}