FluidTYPO3\Fluidpages\Tests\Unit\Provider\PageProviderTest::getControllerActionFromRecordTestValues PHP Метод

getControllerActionFromRecordTestValues() публичный Метод

public getControllerActionFromRecordTestValues ( ) : array
Результат array
    public function getControllerActionFromRecordTestValues()
    {
        return array(array(array('doktype' => PageControllerInterface::DOKTYPE_RAW), '', false, 'raw'), array(array('doktype' => 0, 'tx_fed_page_controller_action' => ''), 'tx_fed_page_flexform', true, 'default'), array(array('doktype' => 0, 'tx_fed_page_controller_action' => 'fluidpages->action'), 'tx_fed_page_flexform', false, 'action'));
    }