function RequestPath::defaultConfiguration
Same name in other branches
- 9 core/modules/system/src/Plugin/Condition/RequestPath.php \Drupal\system\Plugin\Condition\RequestPath::defaultConfiguration()
- 10 core/modules/system/src/Plugin/Condition/RequestPath.php \Drupal\system\Plugin\Condition\RequestPath::defaultConfiguration()
- 11.x core/modules/system/src/Plugin/Condition/RequestPath.php \Drupal\system\Plugin\Condition\RequestPath::defaultConfiguration()
Overrides ConditionPluginBase::defaultConfiguration
File
-
core/
modules/ system/ src/ Plugin/ Condition/ RequestPath.php, line 102
Class
- RequestPath
- Provides a 'Request Path' condition.
Namespace
Drupal\system\Plugin\ConditionCode
public function defaultConfiguration() {
return [
'pages' => '',
] + parent::defaultConfiguration();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.