heisencache-8.x-1.x-dev/src/Event/FactoryGetEvent.php
src/Event/FactoryGetEvent.php
<?php
/**
* @file
* FactoryGetEvent.php
*
* @author: Frédéric G. MARAND <fgm@osinet.fr>
*
* @copyright (c) 2015 Ouest Systèmes Informatiques (OSInet).
*
* @license General Public License version 2 or later
*/
namespace Drupal\heisencache\Event;
/**
* Class FactoryGetEvent: triggered pre/post backend construction by factory.
*
* @package Drupal\heisencache\Event
*/
class FactoryGetEvent extends EventBase {
}
