Issue #3222844 by guilhermevp, paulocs, dhirendra.mishra, joachim, quietone, longwave: Add documentation for the return value of MigrateExecutableInterface::import()
parent
94acb91065
commit
faa874be00
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue