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