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