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
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -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;