Mage2\User\Module::registerPolicies PHP Méthode

registerPolicies() public méthode

Register the policy for the admin user
public registerPolicies ( ) : void
Résultat void
    public function registerPolicies()
    {
        foreach ($this->policies as $key => $value) {
            Gate::policy($key, $value);
        }
    }