You are here

public function EntityCloneFormInterface::getValues in Entity Clone 8

Get all new values provided by the specific form element.

Parameters

\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 in src/EntityClone/Config/ConfigEntityCloneFormBase.php
Get all new values provided by the specific form element.
ContentEntityCloneFormBase::getValues in src/EntityClone/Content/ContentEntityCloneFormBase.php
Get all new values provided by the specific form element.

File

src/EntityClone/EntityCloneFormInterface.php, line 35

Class

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

Namespace

Drupal\entity_clone\EntityClone

Code

public function getValues(FormStateInterface $form_state);