You are here

public function DiffPluginBase::getValue in Diff 8

Overrides UncacheableFieldHandlerTrait::getValue

See also

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

File

src/Plugin/views/field/DiffPluginBase.php, line 70

Class

DiffPluginBase
Base class for diff view field plugins.

Namespace

Drupal\diff\Plugin\views\field

Code

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