Skip to content

Commit

Permalink
Issue #3155463 by longwave, quietone, jungle: Fix spelling error in D…
Browse files Browse the repository at this point in the history
…rupal\filter\Plugin\migrate\process\FilterID::getSourceFilterType()

(cherry picked from commit 297f6a87df8460728e7a939bc3a901b664b40a12)
  • Loading branch information
alexpott committed Jul 13, 2020
1 parent fc5fc56 commit 54ec9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/filter/src/Plugin/migrate/process/FilterID.php
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ protected static function getSourceFilterType($filter_id) {
return FilterInterface::TYPE_HTML_RESTRICTOR;

// https://www.drupal.org/project/entity_embed
case 'emtity_embed':
case 'entity_embed':
return FilterInterface::TYPE_TRANSFORM_IRREVERSIBLE;

case 'filter_align':
Expand Down

0 comments on commit 54ec9ee

Please sign in to comment.