Config
class Config extends BaseAction implements EventSubscriberInterface
Methods
mixed
genericToggleVisibility(
ModelCriteria $query,
ToggleVisibilityEvent $event,
EventDispatcherInterface $dispatcher = null)
Toggle visibility for an object
from
BaseAction
create(
ConfigCreateEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
Create a new configuration entry
setValue(
ConfigUpdateEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
Change a configuration entry value
modify(
ConfigUpdateEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
Change a configuration entry
delete(
ConfigDeleteEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
Delete a configuration entry
static
getSubscribedEvents()
{@inheritDoc}
Details
in
BaseAction at line 130
mixed
genericToggleVisibility(
ModelCriteria $query,
ToggleVisibilityEvent $event,
EventDispatcherInterface $dispatcher = null)
Toggle visibility for an object
at line 33
create(
ConfigCreateEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
Create a new configuration entry
at line 56
setValue(
ConfigUpdateEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
Change a configuration entry value
at line 74
modify(
ConfigUpdateEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
Change a configuration entry
at line 100
delete(
ConfigDeleteEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
Delete a configuration entry
at line 114
static
getSubscribedEvents()
{@inheritDoc}