Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DGI9-504 : Remove Older Derivative Commands #27

Merged
merged 5 commits into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,6 @@ drush islandora_drush_utils:null-child-weight-updater --verbose

This command identifies and updates nodes that have a mix of null and integer values in field_weight.

### Derivatives Generator

```bash
drush islandora_drush_utils:derivativesgenerator --model_name="Image" --user=islandora
```

Re-generates all derivatives for a given list of pids (comma separated list of pids or a file), model name or model uri. Specify 'media_use_uri' to target derivatives, defaults to 'http://pcdm.org/use#ThumbnailImage'.

### User wrapper

```bash
Expand Down
12 changes: 0 additions & 12 deletions drush.services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,6 @@ services:
arguments: ['@service_container']
tags:
- name: drush.command
islandora_drush_utils.missing_derivatives:
class: \Drupal\islandora_drush_utils\Commands\MissingDerivatives
factory: [null, create]
arguments: ['@service_container']
tags:
- name: drush.command
islandora_drush_utils.derivatives_generator:
class: \Drupal\islandora_drush_utils\Commands\DerivativesGenerator
factory: [null, create]
arguments: ['@service_container']
tags:
- name: drush.command
islandora_drush_utils.bulk_publish_unpublish:
class: \Drupal\islandora_drush_utils\Commands\PublishUnpublishCollections
arguments:
Expand Down
138 changes: 0 additions & 138 deletions src/Commands/DerivativesGenerator.php

This file was deleted.

Loading
Loading