AuthorizePass implements CompilerPassInterface
Read onlyYes
FinalYes
Scans all extbase action controllers for #[Authorize] attributes and registers their configurations in the {@see AuthorizeRegistry}.
Table of Contents
Interfaces
- CompilerPassInterface
Methods
- __construct() : mixed
- process() : void
Methods
__construct()
public
__construct(string $tagName) : mixed
Parameters
- $tagName : string
process()
public
process(ContainerBuilder $container) : void
Parameters
- $container : ContainerBuilder