You are here

public function TargetDefinition::getProperties in Feeds 8.3

Returns the list of properties.

Return value

string[] A list of property keys.

Overrides TargetDefinitionInterface::getProperties

File

src/TargetDefinition.php, line 110

Class

TargetDefinition
A generic target definition.

Namespace

Drupal\feeds

Code

public function getProperties() {
  return array_keys($this->properties);
}