Example #1
0
 /**
  * {@inheritdoc}
  */
 public function init()
 {
     $this->assertPermission('config/modules');
     parent::init();
 }
 /**
  * {@inheritdoc}
  */
 public function init()
 {
     parent::init();
     $this->itemTypeConfig = Navigation::getItemTypeConfiguration();
 }
 /**
  * {@inheritdoc}
  */
 public function init()
 {
     parent::init();
     $this->defaultItemTypes = array('menu-item' => $this->translate('Menu Entry'), 'dashlet' => 'Dashlet');
 }