Import
class Import extends BaseAction implements EventSubscriberInterface
Class Import
Methods
mixed
genericToggleVisibility(
ModelCriteria $query,
ToggleVisibilityEvent $event,
EventDispatcherInterface $dispatcher = null)
Toggle visibility for an object
from
BaseAction
__construct(
ImportHandler $importHandler)
No description
static
getSubscribedEvents()
No description
importChangePosition(
UpdatePositionEvent $updatePositionEvent, $eventName,
EventDispatcherInterface $dispatcher)
Handle import change position event
importCategoryChangePosition(
UpdatePositionEvent $updatePositionEvent, $eventName,
EventDispatcherInterface $dispatcher)
Handle import category change position event
Details
in
BaseAction at line 130
mixed
genericToggleVisibility(
ModelCriteria $query,
ToggleVisibilityEvent $event,
EventDispatcherInterface $dispatcher = null)
Toggle visibility for an object
at line 37
__construct(
ImportHandler $importHandler)
at line 42
static
getSubscribedEvents()
at line 61
importChangePosition(
UpdatePositionEvent $updatePositionEvent, $eventName,
EventDispatcherInterface $dispatcher)
Handle import change position event
at line 74
importCategoryChangePosition(
UpdatePositionEvent $updatePositionEvent, $eventName,
EventDispatcherInterface $dispatcher)
Handle import category change position event