You are here

public function TamperableItemInterface::getSource in Tamper 8

Returns the whole item as an array.

Return value

array An array of the source data.

2 methods override TamperableItemInterface::getSource()
TamperableComplexDataAdapter::getSource in src/Adapter/TamperableComplexDataAdapter.php
Returns the whole item as an array.
TamperItem::getSource in src/TamperItem.php
Returns the whole item as an array.

File

src/TamperableItemInterface.php, line 16

Class

TamperableItemInterface
Interface for an item that can be tampered as part of a plugin's execution.

Namespace

Drupal\tamper

Code

public function getSource();