Unverified Commit 1a5f7f75 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3225227 by Matroskeen, quietone, Kristen Pol: Fix source plugin documentation

(cherry picked from commit 7c646f02)
parent bbf39c43
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -6,9 +6,10 @@
use Drupal\migrate_drupal\Plugin\migrate\source\DrupalSqlBase;

/**
 * Drupal block source from database.
 * Drupal 6/7 block source from database.
 *
 * For available configuration keys, refer to the parent classes.
 *
 * For available configuration keys, refer to the parent classes:
 * @see \Drupal\migrate\Plugin\migrate\source\SqlBase
 * @see \Drupal\migrate\Plugin\migrate\source\SourcePluginBase
 *
+3 −2
Original line number Diff line number Diff line
@@ -7,9 +7,10 @@
use Drupal\migrate\Row;

/**
 * Gets i18n block data from source database.
 * Drupal 6 i18n block data from database.
 *
 * For available configuration keys, refer to the parent classes.
 *
 * For available configuration keys, refer to the parent classes:
 * @see \Drupal\migrate\Plugin\migrate\source\SqlBase
 * @see \Drupal\migrate\Plugin\migrate\source\SourcePluginBase
 *
+3 −2
Original line number Diff line number Diff line
@@ -5,9 +5,10 @@
use Drupal\block\Plugin\migrate\source\Block;

/**
 * Gets i18n block data from source database.
 * Drupal 7 i18n block data from database.
 *
 * For available configuration keys, refer to the parent classes.
 *
 * For available configuration keys, refer to the parent classes:
 * @see \Drupal\migrate\Plugin\migrate\source\SqlBase
 * @see \Drupal\migrate\Plugin\migrate\source\SourcePluginBase
 *
+2 −1
Original line number Diff line number Diff line
@@ -7,7 +7,8 @@
/**
 * Drupal 6 block source from database.
 *
 * For available configuration keys, refer to the parent classes:
 * For available configuration keys, refer to the parent classes.
 *
 * @see \Drupal\migrate\Plugin\migrate\source\SqlBase
 * @see \Drupal\migrate\Plugin\migrate\source\SourcePluginBase
 *
+3 −2
Original line number Diff line number Diff line
@@ -5,9 +5,10 @@
use Drupal\block_content\Plugin\migrate\source\d7\BlockCustomTranslation as D7BlockCustomTranslation;

/**
 * Gets Drupal 6 i18n custom block translations from database.
 * Drupal 6 i18n custom block translations source from database.
 *
 * For available configuration keys, refer to the parent classes.
 *
 * For available configuration keys, refer to the parent classes:
 * @see \Drupal\migrate\Plugin\migrate\source\SqlBase
 * @see \Drupal\migrate\Plugin\migrate\source\SourcePluginBase
 *
Loading