public property SearchPlugin::$use_admin_theme in Drupal 10
Same name and namespace in other branches
- 9 core/modules/search/src/Annotation/SearchPlugin.php \Drupal\search\Annotation\SearchPlugin::use_admin_theme
Whether or not search results should be displayed in admin theme.
Type: bool
File
- core/
modules/ search/ src/ Annotation/ SearchPlugin.php, line 45
Class
- SearchPlugin
- Defines a SearchPlugin type annotation object.
Namespace
Drupal\search\AnnotationCode
public $use_admin_theme = FALSE;