AttributeAv
class AttributeAv extends BaseAction implements EventSubscriberInterface
Methods
mixed
genericToggleVisibility(
ModelCriteria $query,
ToggleVisibilityEvent $event,
EventDispatcherInterface $dispatcher = null)
Toggle visibility for an object
from
BaseAction
create(
AttributeAvCreateEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
Create a new attribute entry
update(
AttributeAvUpdateEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
Change a product attribute
delete(
AttributeAvDeleteEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
Delete a product attribute entry
updatePosition(
UpdatePositionEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
Changes position, selecting absolute ou relative change.
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 34
create(
AttributeAvCreateEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
Create a new attribute entry
at line 58
update(
AttributeAvUpdateEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
Change a product attribute
at line 83
delete(
AttributeAvDeleteEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
Delete a product attribute entry
at line 102
updatePosition(
UpdatePositionEvent $event, $eventName,
EventDispatcherInterface $dispatcher)
Changes position, selecting absolute ou relative change.
at line 110
static
getSubscribedEvents()
{@inheritdoc}