Skip to content
Snippets Groups Projects
Verified Commit 1ee191b7 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3250683 by beatrizrodrigues, Tauany Bueno, ravi.shankar, joachim,...

Issue #3250683 by beatrizrodrigues, Tauany Bueno, ravi.shankar, joachim, quietone: MigrateException documentation for class properties should link to where values are defined

(cherry picked from commit 88dceab0)
parent 899fec20
Branches
Tags
9 merge requests!4488Issue #3376281: Random machine names no longer need to be wrapped in strtolower(),!3149Issue #3282285: Email "" does not comply with addr-spec of RFC 2822,!3000Issue #793660: Check for failure of hook_install,!2940Issue #3320240: Entity count query returns a string instead of int,!2937Issue #3315245: Order of languages overrides default language fallback,!2877Issue #3056652 by yogeshmpawar, mashermike, aalin, ranjith_kumar_k_u: Link...,!1627Issue #3082958: Add gitignore(s) to composer-ready project templates,!1014Issue #3226806: Move filter implementations from filter.module to plugin classes,!939Issue #2971209: Allow the MediaLibraryUiBuilder service to use an alternative view display
......@@ -13,18 +13,22 @@ class MigrateException extends \Exception {
/**
* The level of the error being reported.
*
* The value is a Migration::MESSAGE_* constant.
* The value is a MigrationInterface::MESSAGE_* constant.
*
* @var int
*
* @see \Drupal\migrate\Plugin\MigrationInterface
*/
protected $level;
/**
* The status to record in the map table for the current item.
*
* The value is a MigrateMap::STATUS_* constant.
* The value is a MigrateIdMapInterface::STATUS_* constant.
*
* @var int
*
* @see \Drupal\migrate\Plugin\MigrateIdMapInterface
*/
protected $status;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment