Mage2\Wishlist\Module::registerViewPath PHP Method

registerViewPath() protected method

These routes all receive session state, CSRF protection, etc.
protected registerViewPath ( ) : void
return void
    protected function registerViewPath()
    {
        View::addLocation(__DIR__ . '/views');
    }