Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
EzRelatedInverseContentBundle | 7x | stable |
Version | Compatible with |
---|---|
N/A | N/A |
eZPlatform 1.x
== THIS BUNDLE IS NOT FOR PRODUCTION USE ==
This is a dev Bundle to add new content detail tab where you can get more information about related inverse content.
git clone https://github.com/ramzi-arfaoui/EzRelatedInverseContentBundle.git
public function registerBundles()
{
$bundles = array(
//...
new Ez\RelatedInverseContentBundle\EzRelatedInverseContentBundle(),
ez_related_inverse_content:
resource: "@EzRelatedInverseContentBundle/Resources/config/routing.yml"
prefix: /
app/console assets:install --symlink --relative
app/console assetic:dump
app/console cache:clear
There is a route that you can use it to see results if you want to make some tests on related inverse content
/contentinverserelations/
Check following Controller to print results
/Ez/RelatedInverseContentBundle/Controller/ContentRelationInverseController.php