luya\console\interfaces\ImportControllerInterface::getDirectoryFiles PHP Method

getDirectoryFiles() public method

php $this->getDirectoryFiles('blocks'); If there are no files found getDirectoryFiles will return an empty array.
public getDirectoryFiles ( stirng $folderName ) : array
$folderName stirng
return array
    public function getDirectoryFiles($folderName);
ImportControllerInterface