You are here

public function WebformSubmissionNotesEditField::getValue in Webform Views Integration 8.5

Overrides UncacheableFieldHandlerTrait::getValue

See also

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

File

src/Plugin/views/field/WebformSubmissionNotesEditField.php, line 23

Class

WebformSubmissionNotesEditField
Webform submission notes field that allows to edit them.

Namespace

Drupal\webform_views\Plugin\views\field

Code

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