You are here

service yaml_content.load_helper in YAML Content 8

Class

Drupal\yaml_content\Service\LoadHelper
3 string references to yaml_content.load_helper
drush_yaml_content_import in ./yaml_content.drush.inc
Import specified yaml content file(s).
drush_yaml_content_import_module in ./yaml_content.drush.inc
Import specified yaml content file(s) from a designated module.
drush_yaml_content_import_profile in ./yaml_content.drush.inc
Import specified yaml content file(s) from a designated profile.

File

./yaml_content.services.yml
yaml_content.services.yml

View source
  1. class: Drupal\yaml_content\Service\LoadHelper
  2. arguments:
  3. - '@yaml_content.content_loader'
  4. - '@logger.channel.yaml_content'
  5. - '@string_translation'