You are here

public function RuleInterface::summary in Access Filter 8

Gets summary text for the rule.

Return value

string A summary string.

1 method overrides RuleInterface::summary()
IpRule::summary in src/Plugin/AccessFilter/Rule/IpRule.php
Gets summary text for the rule.

File

src/Plugin/RuleInterface.php, line 18

Class

RuleInterface
Provides an interface defining a filter rule.

Namespace

Drupal\access_filter\Plugin

Code

public function summary();