EventsServiceInterface
interface EventsServiceInterface
Interface to be called for DI for Events Main related services
Methods
Form
string
getFolderPictures()
Gets pictures folder from config
string
string
array
getEventsAll()
Gets all the Events, even those suppressed
array
getEventsNotFinished()
Gets all the Events not finished
Details
at line 32
Form
createForm(string $name, Event $eventObject)
Shortcut to call EventFormFactory to create Form
at line 37
defineImage(Event $eventObject)
Defines the image for the Event
at line 42
delete(Event $eventObject)
Deletes the Event
at line 48
string
getFolderPictures()
Gets pictures folder from config
at line 54
string
getPictureName(Event $eventObject)
Get filename for the picture
at line 60
string
getPicturePath(Event $eventObject)
Get full picture path
at line 66
array
getEventsAll()
Gets all the Events, even those suppressed
at line 72
array
getEventsNotFinished()
Gets all the Events not finished
at line 77
register(Event $eventObject)
Registers the Event