prepareRender(); return view('article', $this->viewData); } /** * Return a boolean value indicating if this creator in particular can * create bundles for specified section */ public static function handles(Bundle $bundle): bool { // This renderer is used by default when no other renderer claimed it // can handle the path return false; } }