Same name in other branches
- 2.x src/EntityClone/Content/ContentEntityCloneFormBase.php \Drupal\entity_clone\EntityClone\Content\ContentEntityCloneFormBase::getValues()
Overrides EntityCloneFormInterface::getValues
File
-
src/
EntityClone/ Content/ ContentEntityCloneFormBase.php, line 237
Class
- ContentEntityCloneFormBase
- Class Content Entity Clone Form Base.
Namespace
Drupal\entity_clone\EntityClone\ContentCode
public function getValues(FormStateInterface $form_state) {
return $form_state->getValues();
}