You are here

public function ViewsPhp::summaryTitle in Views PHP 8

Same name in this branch
  1. 8 src/Plugin/views/access/ViewsPhp.php \Drupal\views_php\Plugin\views\access\ViewsPhp::summaryTitle()
  2. 8 src/Plugin/views/cache/ViewsPhp.php \Drupal\views_php\Plugin\views\cache\ViewsPhp::summaryTitle()

Returns the summary of the settings in the display.

Overrides AccessPluginBase::summaryTitle

File

src/Plugin/views/access/ViewsPhp.php, line 46
Definition of Drupal\views_php\Plugin\views\access\ViewsPhp.

Class

ViewsPhp
Access plugin that provides access based on PHP code.

Namespace

Drupal\views_php\Plugin\views\access

Code

public function summaryTitle() {
  return $this
    ->t('PHP');
}