Beispiel #1
0
 public function testGetFunctions()
 {
     $this->assertArrayHasKey('menuTabPanel', $this->extension->getFunctions());
     $this->assertArrayHasKey('tabPanel', $this->extension->getFunctions());
 }
 /**
  * {@inheritdoc}
  */
 public function getWidgets($object)
 {
     return $this->widgetProvider->getTabs($this->menuName, ['id' => $this->objectIdAccessor->getIdentifier($object)]);
 }