Event
in package
Event class contains helpers functions.
Table of Contents
Properties
- $entityTypeManager : EntityTypeManagerInterface
- The entity type manager.
Methods
- __construct() : mixed
- Event helper Constructor.
- deleteAll() : mixed
- Delete all events.
Properties
$entityTypeManager
The entity type manager.
protected
EntityTypeManagerInterface
$entityTypeManager
Methods
__construct()
Event helper Constructor.
public
__construct(EntityTypeManagerInterface $entity_type_manager) : mixed
Parameters
- $entity_type_manager : EntityTypeManagerInterface
deleteAll()
Delete all events.
public
deleteAll() : mixed