FluidTYPO3\Flux\Provider\AbstractProvider::getControllerActionFromRecord PHP Method

getControllerActionFromRecord() public method

Stub: Get the name of the controller action associated with $row
public getControllerActionFromRecord ( array $row ) : string
$row array
return string
    public function getControllerActionFromRecord(array $row)
    {
        return 'default';
    }