You are here

protected function JSONDataField::allowAdvancedRender in JSON Field 8

Determine if this field can allow advanced rendering.

Fields can set this to FALSE if they do not wish to allow token based rewriting or link-making.

Overrides FieldPluginBase::allowAdvancedRender

File

src/Plugin/views/field/JSONDataField.php, line 58

Class

JSONDataField
Field handler to present JSON data to an entity "data" display.

Namespace

Drupal\json_field\Plugin\views\field

Code

protected function allowAdvancedRender() {
  return FALSE;
}