Issue #3500774 by kul.pratap, benjifisher: Fix errors in SourcePluginBase doc block

merge-requests/6952/head^2
quietone 2025-01-21 18:15:40 +13:00
parent d2e10cddc0
commit c6bc6ebf27
No known key found for this signature in database
GPG Key ID: 43BFBBB26EA09FE1
1 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ use Drupal\migrate\Row;
* \Drupal\migrate\Plugin\MigrateIdMapInterface::STATUS_NEEDS_UPDATE.
* - The row needs an update.
* - Rows can be marked by custom or contrib modules using the
* \Drupal\migrate\Plugin\MigrateIdMapInterface::prepareUpdate() os
* \Drupal\migrate\Plugin\MigrateIdMapInterface::prepareUpdate() or
* \Drupal\migrate\Plugin\MigrateIdMapInterface::setUpdate()
* methods.
* - The row is above the high-water mark.
@ -97,9 +97,9 @@ use Drupal\migrate\Row;
* source:
* plugin: some_source_plugin_name
* constants:
* - foo: bar
* foo: bar
* process:
* baz: constants/bar
* baz: constants/foo
* @endcode
*
* In this example, the constant 'foo' is defined with a value of 'bar'. It is