Interface EventFeatureEventsInterface

Summary

Fully Qualified Name: Zend\Db\TableGateway\Feature\EventFeatureEventsInterface

Description

EventFeature event constants.

This moves the constants introduced in {@link https://github.com/zendframework/zf2/pull/7066} into a separate interface that EventFeature implements; the change keeps backwards compatibility, while simultaneously removing the need to add another hard dependency to the component.

Top