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.
File
- drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/FieldPluginBase.php, line 92
- Definition of Drupal\views\Plugin\views\field\FieldPluginBase.
Class
- FieldPluginBase
- Base field handler that has no options and renders an unformatted field.
Namespace
Drupal\views\Plugin\views\field
Code
protected function allowAdvancedRender() {
return TRUE;
}