App\Source\RouteSystem\AdminResource::getInfo PHP Method

getInfo() public method

public getInfo ( )
    public function getInfo()
    {
        return ['path' => $this->groupPath, 'handle' => $this->controller, 'name' => $this->groupName];
    }