public function TamperableItemInterface::getSourceProperty in Tamper 8
Retrieves a source property.
Parameters
string $property: A property on the source.
Return value
mixed|null The found returned property or NULL if not found.
2 methods override TamperableItemInterface::getSourceProperty()
- TamperableComplexDataAdapter::getSourceProperty in src/
Adapter/ TamperableComplexDataAdapter.php - Retrieves a source property.
- TamperItem::getSourceProperty in src/
TamperItem.php - Retrieves a source property.
File
- src/
TamperableItemInterface.php, line 37
Class
- TamperableItemInterface
- Interface for an item that can be tampered as part of a plugin's execution.
Namespace
Drupal\tamperCode
public function getSourceProperty($property);