public function ViewsPhp::summaryTitle in Views PHP 8
Same name in this branch
- 8 src/Plugin/views/access/ViewsPhp.php \Drupal\views_php\Plugin\views\access\ViewsPhp::summaryTitle()
- 8 src/Plugin/views/cache/ViewsPhp.php \Drupal\views_php\Plugin\views\cache\ViewsPhp::summaryTitle()
Return a string to display as the clickable title for the access control.
Overrides CachePluginBase::summaryTitle
File
- src/
Plugin/ views/ cache/ ViewsPhp.php, line 33 - Contains \Drupal\views_php\Plugin\views\cache\ViewsPhp.
Class
- ViewsPhp
- Caching of query results for Views displays based on custom PHP code.
Namespace
Drupal\views_php\Plugin\views\cacheCode
public function summaryTitle() {
return $this
->t('PHP');
}