Download the PHP package netgen/legacy-operations-bridge without Composer
On this page you can find all versions of the php package netgen/legacy-operations-bridge. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download netgen/legacy-operations-bridge
More information about netgen/legacy-operations-bridge
Files in netgen/legacy-operations-bridge
Package legacy-operations-bridge
Short Description Netgen's eZ Publish Legacy to eZ Platform bridge
License GPL-2.0-only
Informations about the package legacy-operations-bridge
Legacy Operations Bridge
This eZ Publish Legacy extension allows override of some operations to be performed using eZ Platform Repository API. Main motivation behind this is better integration of Legacy Admin UI with Solr Search Engine, which otherwise requires delayed indexing for some trivial operations, like adding another Location to Content.
Caution
eZ Platform uses a database connection separate from eZ Publish Legacy. If you use bridged operations inside a transaction initiated from eZ Publish Legacy database connection, the transaction will not apply to them.
Installation
1. Enable kernel override and kernel override autoload
In the ezpublish_legacy/config.php
enable kernel override by uncommenting the following constant
definition:
In your composer.json
add the call to generate kernel override autoload array to the bottom of
symfony-scripts
array under the scripts
key:
2. Install through Composer
Use Composer to install the bundle:
3. Activate legacy ngoperationsbrige
extension
Add the following in your central site.ini.append.php
file (usually ezpublish_legacy/settings/override/site.ini.append.php
):
Configuration
See ngoperationsbridge.ini for available configuration options.