PHP Class eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Security\PolicyProvider\YamlPolicyProvider

Inheritance: implements eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Security\PolicyProvider\PolicyProviderInterface
Afficher le fichier Open project: ezsystems/ezpublish-kernel

Méthodes publiques

Méthode Description
addPolicies ( eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\ConfigBuilderInterface $configBuilder )

Méthodes protégées

Méthode Description
getFiles ( ) : array Returns an array of files where the policy configuration lies.

Method Details

addPolicies() public méthode

public addPolicies ( eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\ConfigBuilderInterface $configBuilder )
$configBuilder eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\ConfigBuilderInterface

getFiles() abstract protected méthode

Each file path MUST be absolute. Example: php return [__DIR__ . '/../Resources/config/policies.yml'];
abstract protected getFiles ( ) : array
Résultat array