You are here

protected function ViewsIfEmpty::allowAdvancedRender in Views If Empty 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/ViewsIfEmpty.php, line 33
Contains \Drupal\views_ifempty\Plugin\views\field\ViewsIfEmpty.

Class

ViewsIfEmpty
Field handler to output an alternate field when a field is empty.

Namespace

Drupal\views_ifempty\Plugin\views\field

Code

protected function allowAdvancedRender() {
  return FALSE;
}