Skip to content
Snippets Groups Projects
Commit ac90c7fd authored by Ivan Doroshenko's avatar Ivan Doroshenko
Browse files

Issue #3263877 by Matroskeen: DefaultEntityValue - document configuration...

Issue #3263877 by Matroskeen: DefaultEntityValue - document configuration properties and improve documentation
parent 05761d4f
No related branches found
No related tags found
1 merge request!43Issue #3263877: DefaultEntityValue - document configuration properties and improve documentation
......@@ -8,9 +8,11 @@ use Drupal\migrate\Row;
/**
* Returns EntityLookup for a given default value if input is empty.
*
* @see \Drupal\migrate_plus\Plugin\migrate\process\EntityLookup
* Available configuration keys:
* - default_value: The default value that will be used as for the entity lookup.
* For additional configuration keys, refer to the parent class.
*
* Example usage with full configuration:
* Example:
* @code
* process:
* uid:
......@@ -26,6 +28,12 @@ use Drupal\migrate\Row;
* default_value: editorial
* @endcode
*
* In this example, it will look up the source value of author in the users
* migration and if not found, use entity lookup to find a user with "editorial"
* username.
*
* @see \Drupal\migrate_plus\Plugin\migrate\process\EntityLookup
*
* @MigrateProcessPlugin(
* id = "default_entity_value",
* handle_multiples = TRUE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment