From 73648cb5bdfbd54ced6c22238899e1d7766bbc2f Mon Sep 17 00:00:00 2001 From: Elliot Metsger Date: Thu, 29 Apr 2021 09:43:41 -0400 Subject: [PATCH] Correct examples in PHPdoc. --- src/Plugin/migrate/process/ParseEntityLookup.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Plugin/migrate/process/ParseEntityLookup.php b/src/Plugin/migrate/process/ParseEntityLookup.php index 1e2c834..98a8eec 100644 --- a/src/Plugin/migrate/process/ParseEntityLookup.php +++ b/src/Plugin/migrate/process/ParseEntityLookup.php @@ -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:

- * `:::`

+ * `:::`

* 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.

* @@ -62,7 +62,7 @@ * defaults: * entity_type: taxonomy_term * bundle_key: vid - * bundle_name: subject + * bundle: subject * value_key: name * ``` *