protected property ConfigPages::$theme in Config Pages 8
Same name and namespace in other branches
- 8.3 src/Entity/ConfigPages.php \Drupal\config_pages\Entity\ConfigPages::theme
- 8.2 src/Entity/ConfigPages.php \Drupal\config_pages\Entity\ConfigPages::theme
The theme the config page is being created in.
When creating a new config page from the config page library, the user is redirected to the configure form for that config page in the given theme. The theme is stored against the config page when the config page add form is shown.
Type: string
File
- src/
Entity/ ConfigPages.php, line 66
Class
- ConfigPages
- Defines the config page entity class.
Namespace
Drupal\config_pages\EntityCode
protected $theme;