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