You are here

public function EntityFormField::getValue in Views Entity Form Field 8

Overrides UncacheableFieldHandlerTrait::getValue

See also

\Drupal\views\Plugin\views\Field\FieldHandlerInterface::getValue()

File

src/Plugin/views/field/EntityFormField.php, line 455

Class

EntityFormField
Defines a views form element for an entity field widget.

Namespace

Drupal\views_entity_form_field\Plugin\views\field

Code

public function getValue(ResultRow $row, $field = NULL) {
  return '<!--form-item-' . $this->options['id'] . '--' . $row->index . '-->';
}