You are here

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

Common

Namespace

Drupal\Tests\feeds_para_mapper\Unit\Helpers

Code

function getType() {
  return $this->type;
}