* @since 2.0 */ interface ViewContext { /** * 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); }