コード例 #1
0
ファイル: TabNavBlockService.php プロジェクト: dzoke/Cms
 /**
  * {@inheritDoc}
  */
 public function getPlaceholders(BlockInterface $block = null)
 {
     $tabs = $block->getTabs();
     return $tabs && count($tabs) ? $tabs : array();
 }