Unverified Commit 7c646f02 authored by Alex Pott's avatar Alex Pott
Browse files

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

parent 1d93843f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -8,9 +8,10 @@
// cspell:ignore whois

/**
 * 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