Skip to content
Snippets Groups Projects
Commit 1465d133 authored by catch's avatar catch
Browse files

Issue #3199742 by Matroskeen, ravi.shankar, quietone: Add documentation for block source plugins

parent 1ae26804
Branches
Tags
5 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!1012Issue #3226887: Hreflang on non-canonical content pages,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10,!596Issue #3046532: deleting an entity reference field, used in a contextual view, makes the whole site unrecoverable,!16Draft: Resolve #2081585 "History storage"
......@@ -8,6 +8,10 @@
/**
* Drupal block source from database.
*
* For available configuration keys, refer to the parent classes:
* @see \Drupal\migrate\Plugin\migrate\source\SqlBase
* @see \Drupal\migrate\Plugin\migrate\source\SourcePluginBase
*
* @MigrateSource(
* id = "block",
* source_module = "block"
......
......@@ -9,6 +9,10 @@
/**
* Gets i18n block data from source database.
*
* For available configuration keys, refer to the parent classes:
* @see \Drupal\migrate\Plugin\migrate\source\SqlBase
* @see \Drupal\migrate\Plugin\migrate\source\SourcePluginBase
*
* @MigrateSource(
* id = "d6_block_translation",
* source_module = "i18nblocks"
......
......@@ -7,6 +7,10 @@
/**
* Gets i18n block data from source database.
*
* For available configuration keys, refer to the parent classes:
* @see \Drupal\migrate\Plugin\migrate\source\SqlBase
* @see \Drupal\migrate\Plugin\migrate\source\SourcePluginBase
*
* @MigrateSource(
* id = "d7_block_translation",
* source_module = "i18n_block"
......
......@@ -7,6 +7,10 @@
/**
* Drupal 6 block source from database.
*
* For available configuration keys, refer to the parent classes:
* @see \Drupal\migrate\Plugin\migrate\source\SqlBase
* @see \Drupal\migrate\Plugin\migrate\source\SourcePluginBase
*
* @MigrateSource(
* id = "d6_box",
* source_module = "block"
......
......@@ -7,6 +7,10 @@
/**
* Gets Drupal 6 i18n custom block translations from database.
*
* For available configuration keys, refer to the parent classes:
* @see \Drupal\migrate\Plugin\migrate\source\SqlBase
* @see \Drupal\migrate\Plugin\migrate\source\SourcePluginBase
*
* @MigrateSource(
* id = "d6_box_translation",
* source_module = "i18nblocks"
......
......@@ -7,6 +7,10 @@
/**
* Drupal 7 custom block source from database.
*
* For available configuration keys, refer to the parent classes:
* @see \Drupal\migrate\Plugin\migrate\source\SqlBase
* @see \Drupal\migrate\Plugin\migrate\source\SourcePluginBase
*
* @MigrateSource(
* id = "d7_block_custom",
* source_module = "block"
......
......@@ -7,7 +7,11 @@
use Drupal\content_translation\Plugin\migrate\source\I18nQueryTrait;
/**
* Gets Drupal 7 custom block translation from database.
* Gets Drupal 7 i18n custom block translations from database.
*
* For available configuration keys, refer to the parent classes:
* @see \Drupal\migrate\Plugin\migrate\source\SqlBase
* @see \Drupal\migrate\Plugin\migrate\source\SourcePluginBase
*
* @MigrateSource(
* id = "d7_block_custom_translation",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment