You are here

class TargetInfo in Feeds Paragraphs 8

Hierarchy

  • class \Drupal\feeds_para_mapper\Utility\TargetInfo

Expanded class hierarchy of TargetInfo

5 files declare their use of TargetInfo
Common.php in tests/src/Unit/Helpers/Common.php
FieldHelper.php in tests/src/Unit/Helpers/FieldHelper.php
FpmTestBase.php in tests/src/Unit/FpmTestBase.php
Importer.php in src/Importer.php
Mapper.php in src/Mapper.php

File

src/Utility/TargetInfo.php, line 6

Namespace

Drupal\feeds_para_mapper\Utility
View source
class TargetInfo {
  public $type;
  public $plugin;
  public $path;
  public $in_common;
  public $has_settings;
  public $max_values;
  public $properties;
  public $paragraphs = array();

}

Members

Namesort descending Modifiers Type Description Overrides
TargetInfo::$has_settings public property
TargetInfo::$in_common public property
TargetInfo::$max_values public property
TargetInfo::$paragraphs public property
TargetInfo::$path public property
TargetInfo::$plugin public property
TargetInfo::$properties public property
TargetInfo::$type public property