Module
class Module extends BaseAction implements EventSubscriberInterface
Class Module
Methods
Toggle visibility for an object
No description
No description
No description
Get dependencies of the current module and activate it if needed
Get modules having current module in dependence and deactivate it if needed
No description
No description
No description
Call the payment method of the payment module of the given order
Changes position, selecting absolute ou relative change.
No description
Details
in
BaseAction at line 130
mixed
genericToggleVisibility(
ModelCriteria $query,
ToggleVisibilityEvent $event,
EventDispatcherInterface $dispatcher = null)
Toggle visibility for an object
at line 53
__construct(
ContainerInterface $container)
at line 58
toggleActivation(
ModuleToggleActivationEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
at line 78
checkToggleActivation(
ModuleToggleActivationEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
at line 163
recursiveActivation(
ModuleToggleActivationEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
Get dependencies of the current module and activate it if needed
at line 187
recursiveDeactivation(
ModuleToggleActivationEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
Get modules having current module in dependence and deactivate it if needed
at line 204
delete(
ModuleDeleteEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
at line 291
update(
ModuleEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
at line 317
install(
ModuleInstallEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
at line 390
pay(
OrderPaymentEvent $event)
Call the payment method of the payment module of the given order
at line 423
updatePosition(
UpdatePositionEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
Changes position, selecting absolute ou relative change.