entity_to_text-1.0.x-dev/modules/entity_to_text_tika/drush.services.yml
modules/entity_to_text_tika/drush.services.yml
services:
entity_to_text_tika.ocr_local_file_warmup_command:
class: \Drupal\entity_to_text_tika\Commands\OcrLocalFileCacheWarmup
arguments:
- '@database'
- '@entity_type.manager'
- '@entity_to_text_tika.extractor.file_to_text'
- '@entity_to_text_tika.storage.local_file'
tags:
- { name: drush.command }
