RainLab\Pages\Classes\PageList::getConfigFilePath PHP Метод

getConfigFilePath() защищенный Метод

Returns an absolute path to the meta/static-pages.yaml file.
protected getConfigFilePath ( ) : string
Результат string
    protected function getConfigFilePath()
    {
        return $this->theme->getPath() . '/meta/static-pages.yaml';
    }