You are here

public function TargetDefinitionInterface::hasProperty in Feeds 8.3

Returns whether this target has a given property.

Parameters

string $property: The property to check for.

Return value

bool Returns true if the property exists, and false if not.

2 methods override TargetDefinitionInterface::hasProperty()
MissingTargetDefinition::hasProperty in src/MissingTargetDefinition.php
Returns whether this target has a given property.
TargetDefinition::hasProperty in src/TargetDefinition.php
Returns whether this target has a given property.

File

src/TargetDefinitionInterface.php, line 51

Class

TargetDefinitionInterface
Interface for describing target data.

Namespace

Drupal\feeds

Code

public function hasProperty($property);