createPluginHash example


        );

        $plugins = $initializer->initializePlugins();

        ksort($plugins);

        $this->bundles = array_merge($this->bundles, $plugins);

        $this->activePlugins = $initializer->getActivePlugins();

        $this->pluginHash = $this->createPluginHash($this->bundles);
    }

    /** * Loads the shopware configuration, which will be injected into * the Shopware_Application. * The shopware configuration is required before the shopware application booted, * to pass the configuration to the Symfony di container. * * @throws Exception */
    protected function initializeConfig()
    {
Home | Imprint | This part of the site doesn't use cookies.