You are here

interface ThemeHandlerInterface in Commerce Demo 8

Handles demo components required in specific themes.

Hierarchy

Expanded class hierarchy of ThemeHandlerInterface

All classes that implement ThemeHandlerInterface

File

src/ThemeHandlerInterface.php, line 8

Namespace

Drupal\commerce_demo
View source
interface ThemeHandlerInterface {

  /**
   * Places blocks for the theme.
   *
   * @param string $theme
   *   The theme name.
   *
   * @throws \Drupal\Core\Entity\EntityStorageException
   */
  public function placeBlocks($theme);

}

Members

Namesort descending Modifiers Type Description Overrides
ThemeHandlerInterface::placeBlocks public function Places blocks for the theme.