paragraphs-8.x-1.11/src/Plugin/migrate/source/d7/ParagraphType.php
src/Plugin/migrate/source/d7/ParagraphType.php
<?php
namespace Drupal\paragraphs\Plugin\migrate\source\d7;
@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 Type source plugin.
*
* @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
*/
class ParagraphType extends ParagraphsType {
}
