2017 © Pedro Peláez
 

symfony-bundle core-bundle

Core bundle for all GollumSF Bundles

image

gollumsf/core-bundle

Core bundle for all GollumSF Bundles

  • Wednesday, February 14, 2018
  • by Smeagolworms4
  • Repository
  • 2 Watchers
  • 1 Stars
  • 107 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

GollumSFCoreBundle

Build Status License Latest Stable Version Latest Unstable Version, (*1)

Event on create route

<?php
namespace MyBundle\EventListener;

use GollumSF\CoreBundle\Event\RouteCreatedEvent;

class RouteListener {

    public function onGSFCoreRouteCreated(RouteCreatedEvent $event) {
        $route = $event->getRoute();
        /* Instructions */
    }

}
services:
    my_bundle.listener.route:
        class: MyBundle\EventListener
        tags:
            - { name: kernel.event_listener, event: gsf_rest.route_created }

Change routing annotation tag

parameters:
    gsf_core.routing_annotation_tag: 'gsf_annotation'

The Versions

14/02 2018

dev-master

9999999-dev https://github.com/GollumSF/core-bundle

Core bundle for all GollumSF Bundles

  Sources   Download

GPLv3 GPL-3.0-or-later

The Requires

 

by Damien Duboeuf

core gollumsf