More updates to import from ufc.com json api.

This commit is contained in:
dan612
2025-12-07 12:54:42 -05:00
parent 8cee39a6df
commit 034dc92721
4 changed files with 108 additions and 80 deletions

View File

@@ -12,19 +12,19 @@
# This means that if you want to override any value of a parameter, the
# whole parameter array needs to be copied from
# sites/default/default.services.yml or from core/core.services.yml file.
# parameters:
# http.response.debug_cacheability_headers: true
# services:
# cache.backend.null:
# class: Drupal\Core\Cache\NullBackendFactory
# logger.channel.config_schema:
# parent: logger.channel_base
# arguments: [ 'config_schema' ]
# config.schema_checker:
# class: Drupal\Core\Config\Development\LenientConfigSchemaChecker
# arguments:
# - '@config.typed'
# - '@messenger'
# - '@logger.channel.config_schema'
# tags:
# - { name: event_subscriber }
parameters:
http.response.debug_cacheability_headers: true
services:
cache.backend.null:
class: Drupal\Core\Cache\NullBackendFactory
logger.channel.config_schema:
parent: logger.channel_base
arguments: [ 'config_schema' ]
config.schema_checker:
class: Drupal\Core\Config\Development\LenientConfigSchemaChecker
arguments:
- '@config.typed'
- '@messenger'
- '@logger.channel.config_schema'
tags:
- { name: event_subscriber }