
| Current Path : /var/www/html/store/web/modules/contrib/address/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/store/web/modules/contrib/address/address.services.yml |
services:
address.address_format_repository:
class: Drupal\address\Repository\AddressFormatRepository
arguments: ['@event_dispatcher']
address.country_repository:
class: Drupal\address\Repository\CountryRepository
arguments: ['@cache.data', '@language_manager']
address.subdivision_repository:
class: Drupal\address\Repository\SubdivisionRepository
arguments: ['@address.address_format_repository', '@event_dispatcher', '@cache.data']
address.postal_label_formatter:
class: CommerceGuys\Addressing\Formatter\PostalLabelFormatter
arguments: ['@address.address_format_repository', '@address.country_repository', '@address.subdivision_repository']