Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ConditionInterface.php

function ConditionInterface::summary

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

6 methods override ConditionInterface::summary()
CurrentThemeCondition::summary in core/modules/system/src/Plugin/Condition/CurrentThemeCondition.php
Provides a human readable summary of the condition's configuration.
EntityBundle::summary in core/lib/Drupal/Core/Entity/Plugin/Condition/EntityBundle.php
Provides a human readable summary of the condition's configuration.
Language::summary in core/modules/language/src/Plugin/Condition/Language.php
Provides a human readable summary of the condition's configuration.
RequestPath::summary in core/modules/system/src/Plugin/Condition/RequestPath.php
Provides a human readable summary of the condition's configuration.
ResponseStatus::summary in core/modules/system/src/Plugin/Condition/ResponseStatus.php
Provides a human readable summary of the condition's configuration.

... See full list

File

core/lib/Drupal/Core/Condition/ConditionInterface.php, line 68

Class

ConditionInterface
An interface for condition plugins.

Namespace

Drupal\Core\Condition

Code

public function summary();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal