예제 #1
0
 /**
  * {@inheritDoc}
  */
 public function getPlaceholders(BlockInterface $block = null)
 {
     $tabs = $block->getTabs();
     return $tabs && count($tabs) ? $tabs : array();
 }