Notice: You are browsing the documentation for PrestaShop 9, which is currently in development.
You might want to read the documentation for the current version, PrestaShop 8. Read the current version of this page
prestashop:linter:security-annotation
src/PrestaShopBundle/Command/SecurityAnnotationLinterCommand.php
action
: Action to perform, must be one of: list
and find-missing
This command aims to check if Back Office controller routes have configured Security annotations.
Two options are available: Listing and Finding Missing.
This option aims to list all routes, and their related permissions.
This option aims to find routes with missing security annotations.