Same name and namespace in other branches
  1. 2.x src/EntityClone/EntityCloneFormInterface.php \Drupal\entity_clone\EntityClone\EntityCloneFormInterface::getValues()

Get all new values provided by the specific form element.

Paramètres

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

Return value

array An array containing all new values.

2 methods override EntityCloneFormInterface::getValues()
ConfigEntityCloneFormBase::getValues dans src/EntityClone/Config/ConfigEntityCloneFormBase.php
Get all new values provided by the specific form element.
ContentEntityCloneFormBase::getValues dans src/EntityClone/Content/ContentEntityCloneFormBase.php
Get all new values provided by the specific form element.

Fichier

src/EntityClone/EntityCloneFormInterface.php, line 35

Classe

EntityCloneFormInterface
Defines a common interface for all entity clone form objects.

Namespace

Drupal\entity_clone\EntityClone

Code

public function getValues(FormStateInterface $form_state);