Skip to content

Commit

Permalink
Correct examples in PHPdoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
emetsger committed Apr 29, 2021
1 parent 86f5ae5 commit 73648cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Plugin/migrate/process/ParseEntityLookup.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* This plugin will parse a string with the following form, assuming the `delimiter` configuration parameter is equal to
* the colon character:<br><br>
* `<entity_type>:<bundle_name>:<value_key>:<value>`<br><br>
* `<entity_type>:<bundle>:<value_key>:<value>`<br><br>
* For example, `taxonomy_term:subject:name:History`. The form of the string provides an unambiguous reference that
* can be used to configure and invoke the `entity_lookup` plugin.<br><br>
*
Expand Down Expand Up @@ -62,7 +62,7 @@
* defaults:
* entity_type: taxonomy_term
* bundle_key: vid
* bundle_name: subject
* bundle: subject
* value_key: name
* ```
*
Expand Down

0 comments on commit 73648cb

Please sign in to comment.