public function DateRecurFieldSimpleRender::allowAdvancedRender in Recurring Dates 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/ DateRecurFieldSimpleRender.php, line 104
Class
- DateRecurFieldSimpleRender
- A handler to provide a field that is completely custom by the administrator.
Namespace
Drupal\date_recur\Plugin\views\fieldCode
public function allowAdvancedRender() {
return FALSE;
}