* @since 2.0 */ interface ViewContextInterface { /** * Finds the view file based on the given view name. * @param string $view the view name. * @return string the view file path. Note that the file may not exist. */ public function findViewFile($view); }