function Common::getType in Feeds Paragraphs 8
Returns the target type.
1 call to Common::getType()
- Common::getTargetInfo in tests/
src/ Unit/ Helpers/ Common.php - @inheritdoc
File
- tests/
src/ Unit/ Helpers/ Common.php, line 42
Class
Namespace
Drupal\Tests\feeds_para_mapper\Unit\HelpersCode
function getType() {
return $this->type;
}