protected function ContentBrowserPreview::allowAdvancedRender in Content Browser 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/ ContentBrowserPreview.php, line 146
Class
- ContentBrowserPreview
- Defines a custom field that renders a preview of a Content Entity type, and allows for changing field settings with exposed input.
Namespace
Drupal\content_browser\Plugin\views\fieldCode
protected function allowAdvancedRender() {
return FALSE;
}