Same name and namespace in other branches
  1. 8.x-1.x src/EntityClone/Content/ContentEntityCloneFormBase.php \Drupal\entity_clone\EntityClone\Content\ContentEntityCloneFormBase::getValues()

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.

Overrides EntityCloneFormInterface::getValues

File

src/EntityClone/Content/ContentEntityCloneFormBase.php, line 237

Class

ContentEntityCloneFormBase
Class Content Entity Clone Form Base.

Namespace

Drupal\entity_clone\EntityClone\Content

Code

public function getValues(FormStateInterface $form_state) {
    return $form_state->getValues();
}