// Configuration keys should be snake_case, not CamelCase. Adding a BC
// layer for addDescription which should be deprecated.
if(isset($configuration['addDescription'])){
@trigger_error("addDescription configuration key is deprecated in 8.x-1.0 and will be removed prior to 9.x. Use add_description instead. See https://www.drupal.org/project/paragraphs/issues/2911242",E_USER_DEPRECATED);
@trigger_error('\Drupal\paragraphs\Plugin\migrate\source\d7\ParagraphType is deprecated in Paragraphs 8.x-1.0 and will be removed before 9.x use
* \Drupal\paragraphs\Plugin\migrate\source\d7\ParagraphsType instead. See https://www.drupal.org/project/paragraphs/issues/2911242',E_USER_DEPRECATED);
/**
* Paragraphs source.
* Paragraphs Type source plugin.
*
* @MigrateSource(
* id = "d7_paragraphs_type",
* source_module = "paragraphs"
* )
* @deprecated in Paragraphs 8.x-1.0 and will be removed before 9.x use