Issue #3222844 by guilhermevp, paulocs, dhirendra.mishra, joachim, quietone, longwave: Add documentation for the return value of MigrateExecutableInterface::import()

merge-requests/1273/head
catch 2021-09-29 15:49:54 +01:00
parent 94acb91065
commit faa874be00
1 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,13 @@ interface MigrateExecutableInterface {
/**
* Performs an import operation - migrate items from source to destination.
*
* @return int
* Returns a value indicating the status of the import operation.
* The possible values are the 'RESULT_' constants defined
* in MigrationInterface.
*
* @see \Drupal\migrate\Plugin\MigrationInterface
*/
public function import();