HaendlerbundModule
extends AbstractModule
in package
Class AbstractModule
Table of Contents
- adminMiddleware() : array<string|int, mixed>|null
- List of additions middleware for the admin.
- apiMiddleware() : array<string|int, mixed>|null
- List of additions middleware for the REST API v3.
- dependsOn() : array<string|int, mixed>|null
- List of external dependencies.
- eventListeners() : array<string|int, mixed>|null
- List of event listeners.
- shopMiddleware() : array<string|int, mixed>|null
- List of additions middleware for the shop.
Methods
adminMiddleware()
List of additions middleware for the admin.
public
adminMiddleware() : array<string|int, mixed>|null
Tags
Return values
array<string|int, mixed>|null —apiMiddleware()
List of additions middleware for the REST API v3.
public
apiMiddleware() : array<string|int, mixed>|null
Tags
Return values
array<string|int, mixed>|null —dependsOn()
List of external dependencies.
public
dependsOn() : array<string|int, mixed>|null
Tags
Return values
array<string|int, mixed>|null —eventListeners()
List of event listeners.
public
eventListeners() : array<string|int, mixed>|null
Tags
Return values
array<string|int, mixed>|null —shopMiddleware()
List of additions middleware for the shop.
public
shopMiddleware() : array<string|int, mixed>|null