function ConditionTestDualUser::summary

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

Overrides ConditionInterface::summary

File

core/modules/system/tests/modules/condition_test/src/Plugin/Condition/ConditionTestDualUser.php, line 41

Class

ConditionTestDualUser
Provides a condition that requires two users.

Namespace

Drupal\condition_test\Plugin\Condition

Code

public function summary() {
  return $this->t('This condition has two users.');
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.