You are here

public function BlockCountry::summary in Block Country 8

Provides a human readable summary of the condition's configuration.

Overrides ConditionInterface::summary

File

src/Plugin/Condition/BlockCountry.php, line 132

Class

BlockCountry
Provides a 'Country' condition.

Namespace

Drupal\block_country\Plugin\Condition

Code

public function summary() {
  return $this
    ->t('shows the blocks if country condition satisfy.');
}