interface ThemeHandlerInterface in Commerce Demo 8
Handles demo components required in specific themes.
Hierarchy
- interface \Drupal\commerce_demo\ThemeHandlerInterface
Expanded class hierarchy of ThemeHandlerInterface
All classes that implement ThemeHandlerInterface
File
- src/
ThemeHandlerInterface.php, line 8
Namespace
Drupal\commerce_demoView source
interface ThemeHandlerInterface {
/**
* Places blocks for the theme.
*
* @param string $theme
* The theme name.
*
* @throws \Drupal\Core\Entity\EntityStorageException
*/
public function placeBlocks($theme);
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ThemeHandlerInterface:: |
public | function | Places blocks for the theme. |