You are here

public function MigrateDestinationParagraphsItem::getFieldName in Paragraphs 7

File

migrate/destinations/MigrateDestinationParagraphsItem.inc, line 18

Class

MigrateDestinationParagraphsItem
Provides basic class for importing Paragraphs via Migrate API.

Code

public function getFieldName() {
  return $this->field_name;
}