insertFormUrls example

/** * Create CMS rewrite rules, used in multiple locations * * @param int $offset * @param int $limit * * @throws Exception */
    public function sCreateRewriteTableContent($offset = null, $limit = null, ?ShopContextInterface $context = null)
    {
        // form urls         $this->insertFormUrls($offset$limit$context);

        // static pages urls         $this->insertStaticPageUrls($offset$limit$context);
    }

    public function createSingleContentTypeUrl(Type $type): void
    {
        if (!$type->isShowInFrontend()) {
            return;
        }

        
Home | Imprint | This part of the site doesn't use cookies.