icon = ['image' => 'b_events', 'title' => __('Event')]; $this->links = [ 'text' => [ 'route' => '/database/events', 'params' => ['edit_item' => 1, 'db' => null, 'item_name' => null], ], 'icon' => [ 'route' => '/database/events', 'params' => ['export_item' => 1, 'db' => null, 'item_name' => null], ], ]; $this->classes = 'event'; $this->urlParamName = 'item_name'; } /** * Returns the type of the item represented by the node. * * @return string type of the item */ protected function getItemType() { return 'event'; } }