You are here

function ViewsPhp::adminSummary in Views PHP 8

Display the filter on the administrative summary

Overrides FilterPluginBase::adminSummary

File

src/Plugin/views/filter/ViewsPhp.php, line 35
Contains \Drupal\views_php\Plugin\views\filter\ViewsPhp.

Class

ViewsPhp
A handler to filter a view using PHP defined by the administrator.

Namespace

Drupal\views_php\Plugin\views\filter

Code

function adminSummary() {
  return t('PHP');
}