class BoxTranslation

Same name and namespace in other branches
  1. 11.x core/modules/block_content/src/Plugin/migrate/source/d6/BoxTranslation.php \Drupal\block_content\Plugin\migrate\source\d6\BoxTranslation

Drupal 6 i18n custom block translations source from database.

For available configuration keys, refer to the parent classes.

Plugin annotation


@MigrateSource(
  id = "d6_box_translation",
  source_module = "i18nblocks"
)

Hierarchy

Expanded class hierarchy of BoxTranslation

See also

\Drupal\migrate\Plugin\migrate\source\SqlBase

\Drupal\migrate\Plugin\migrate\source\SourcePluginBase

File

core/modules/block_content/src/Plugin/migrate/source/d6/BoxTranslation.php, line 20

Namespace

Drupal\block_content\Plugin\migrate\source\d6
View source
class BoxTranslation extends D7BlockCustomTranslation {
  
  /**
   * Drupal 6 table names.
   */
  const CUSTOM_BLOCK_TABLE = 'boxes';
  const I18N_STRING_TABLE = 'i18n_strings';

}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.