ParagraphType.php in Paragraphs 8
File
src/Plugin/migrate/source/d7/ParagraphType.php
View source
<?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);
class ParagraphType extends ParagraphsType {
}