Deprecated

Primary tabs

Examples: "before Drupal 9", "in Drupal 8.4"
Name Location Type Deprecation Direct uses Namespaced uses Overridessort ascending Use statements
Paragraph::getOwner paragraphs/src/Entity/Paragraph.php function Paragraphs no longer have their own author, check the parent entity instead.
Paragraph::getOwnerId paragraphs/src/Entity/Paragraph.php function Paragraphs no longer have their own author, check the parent entity instead.
Paragraph::setOwnerId paragraphs/src/Entity/Paragraph.php function Paragraphs no longer have their own author, check the parent entity instead.
Paragraph::setOwner paragraphs/src/Entity/Paragraph.php function Paragraphs no longer have their own author, check the parent entity instead.
Paragraph::getRevisionAuthor paragraphs/src/Entity/Paragraph.php function Paragraphs no longer have their own author, check the parent entity instead.
Paragraph::setRevisionAuthorId paragraphs/src/Entity/Paragraph.php function Paragraphs no longer have their own author, check the parent entity instead.
ParagraphType paragraphs/src/Plugin/migrate/source/d7/ParagraphType.php class in Paragraphs 8.x-1.0 and will be removed before 9.x use \Drupal\paragraphs\Plugin\migrate\source\d7\ParagraphsType instead.
FieldCollectionType::setConfiguration paragraphs/src/Plugin/migrate/source/d7/FieldCollectionType.php function addDescription configuration key is deprecated in 8.x-1.0 and will be removed prior to 9.x. Use add_description instead.
ParagraphsType::setConfiguration paragraphs/src/Plugin/migrate/source/d7/ParagraphsType.php function addDescription configuration key is deprecated in 8.x-1.0 and will be removed prior to 9.x. Use add_description instead.
_paragraphs_migration_bundle_adjust paragraphs/paragraphs.module function in paragraphs:8.x-1.13 and is removed from paragraphs:8.x-2.0. Use \Drupal\paragraphs\MigrationPluginsAlterer::paragraphsMigrationBundleAdjust().
_paragraphs_migration_entity_type_adjust paragraphs/paragraphs.module function in paragraphs:8.x-1.13 and is removed from paragraphs:8.x-2.0. Use \Drupal\paragraphs\MigrationPluginsAlterer::paragraphsMigrationEntityTypeAdjust().

Other projects