PHP Classes

File: Resources/config/services.xml

Recommend this page to a friend!
  Classes of Manolo Salsas   Msalsas PHP GDPR Consent Banner Bundle   Resources/config/services.xml   Download  
File: Resources/config/services.xml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Msalsas PHP GDPR Consent Banner Bundle
Present content banners for Symfony Web projects
Author: By
Last change: Update of Resources/config/services.xml
Date: 2 years ago
Size: 1,388 bytes
 

Contents

Class file image Download
<?xml version="1.0" encoding="UTF-8" ?> <container xmlns="http://symfony.com/schema/dic/services" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd"> <services> <!-- Service --> <service id="msalsas_gdpr_consent_banner.service" class="Msalsas\GdprConsentBannerBundle\Service\Service"> <argument key="$timeToExpire" type="string">%msalsas_gdpr_consent_banner.time_to_expire%</argument> </service> <service id="Msalsas\GdprConsentBannerBundle\Service\Service" alias="msalsas_gdpr_consent_banner.service" /> <!-- End Service --> <!-- Controller --> <service id="msalsas_gdpr_consent_banner.controller" class="Msalsas\GdprConsentBannerBundle\Controller\MsalsasGdprConsentBannerController" public="true"> <argument key="$service" type="service" id="msalsas_gdpr_consent_banner.service"/> <call method="setContainer"> <argument type="service" id="service_container"/> </call> </service> <service id="Msalsas\GdprConsentBannerBundle\Controller\MsalsasGdprConsentBannerController" alias="msalsas_gdpr_consent_banner.controller" public="true"/> <!-- End Controller --> </services> </container>