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

Overrides EntityCloneFormInterface::getValues

Fichier

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

Classe

ContentEntityCloneFormBase
Class Content Entity Clone Form Base.

Namespace

Drupal\entity_clone\EntityClone\Content

Code

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