get('Config'); $prefixes = array(); if (isset($config['view_manager']['prefix_template_path_stack'])) { $prefixes = $config['view_manager']['prefix_template_path_stack']; } return new PrefixPathStackResolver($prefixes); } }