You are here

public function ThemeHandlerInterface::placeBlocks in Commerce Demo 8

Places blocks for the theme.

Parameters

string $theme: The theme name.

Throws

\Drupal\Core\Entity\EntityStorageException

File

src/ThemeHandlerInterface.php, line 18

Class

ThemeHandlerInterface
Handles demo components required in specific themes.

Namespace

Drupal\commerce_demo

Code

public function placeBlocks($theme);