Browse Source

Rename multifile media ocr derivative type. (#875)

* Rename multifile media ocr derivative type.
* Remove errant 10.0.x/php 8.0 test
pull/751/merge
Rosie Le Faive 2 years ago committed by GitHub
parent
commit
222c9601c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 21
      .github/workflows/build-2.x.yml
  2. 2
      modules/islandora_text_extraction/src/Plugin/Action/GenerateOCRDerivativeFile.php

21
.github/workflows/build-2.x.yml

@ -77,11 +77,6 @@ jobs:
mysql: "8.0"
test-suite: "functional-javascript"
allowed_failure: true
- drupal-version: '10.0.x-dev'
php-versions: '8.0'
mysql: "8.0"
test-suite: "kernel"
allowed_failure: true
# 9.4.x-dev on PHP 8.1
- drupal-version: '9.4.x-dev'
php-versions: '8.1'
@ -98,22 +93,6 @@ jobs:
mysql: "8.0"
test-suite: "functional-javascript"
allowed_failure: true
# 10.0.x-dev on PHP 8.0
- drupal-version: '10.0.x-dev'
php-versions: '8.0'
mysql: "8.0"
test-suite: "kernel"
allowed_failure: true
- drupal-version: '10.0.x-dev'
php-versions: '8.0'
mysql: "8.0"
test-suite: "functional"
allowed_failure: true
- drupal-version: '10.0.x-dev'
php-versions: '8.0'
mysql: "8.0"
test-suite: "functional-javascript"
allowed_failure: true
# 10.0.x-dev on PHP 8.1
- drupal-version: '10.0.x-dev'
php-versions: '8.1'

2
modules/islandora_text_extraction/src/Plugin/Action/GenerateOCRDerivativeFile.php

@ -12,7 +12,7 @@ use Drupal\islandora\Plugin\Action\AbstractGenerateDerivativeMediaFile;
*
* @Action(
* id = "generate_extracted_text_file",
* label = @Translation("Generate an Extracted Text derivative file"),
* label = @Translation("Generate Extracted Text for Media Attachment"),
* type = "media"
* )
*/

Loading…
Cancel
Save