You are here

protected function Fieldset::allowAdvancedRender in Views fieldsets 8.3

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/Fieldset.php, line 225

Class

Fieldset
@ViewsField("fieldset").

Namespace

Drupal\views_fieldsets\Plugin\views\field

Code

protected function allowAdvancedRender() {
  return FALSE;
}