/** * {@inheritDoc} */ public function getTool() { $tool = new ContainerTool($this->getName(), 'OpiferContentBundle:ContainerBlock'); $tool->setData(['wrapper' => $this->wrapper])->setIcon('crop_landscape')->setDescription('Wrapping element ' . $this->wrapper . ' to hold columns or content in'); return $tool; }
/** * {@inheritDoc} */ public function getTool() { $tool = new ContainerTool($this->getName(), 'OpiferContentBundle:SectionBlock'); $tool->setIcon('crop_landscape')->setDescription('Section element to hold columns or content in'); return $tool; }