You are here

public function GatherContentMigrateSource::get in GatherContent 8.5

Get protected values.

Parameters

string $property: Property name.

Return value

mixed Value of the property.

File

src/Plugin/migrate/source/GatherContentMigrateSource.php, line 162

Class

GatherContentMigrateSource
A source class for Gathercontent API.

Namespace

Drupal\gathercontent\Plugin\migrate\source

Code

public function get(string $property) {
  return $this->{$property};
}