Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  * @SuppressWarnings(PHPMD.UnusedLocalVariable)
  */
 public function addHtmlBlocks(array $htmlBlocks, UiComponentInterface $component)
 {
     if (!empty($htmlBlocks)) {
         foreach ($htmlBlocks as $htmlBlock => $blockData) {
             $this->actionPool->addHtmlBlock($blockData['type'], $blockData['name'], $blockData['arguments']);
         }
     }
 }