You are here

public function ItemInterface::toArray in Feeds 8.3

Converts the item to an array.

Return value

array The data of the item.

2 methods override ItemInterface::toArray()
BaseItem::toArray in src/Feeds/Item/BaseItem.php
Converts the item to an array.
DynamicItem::toArray in src/Feeds/Item/DynamicItem.php
Converts the item to an array.

File

src/Feeds/Item/ItemInterface.php, line 40

Class

ItemInterface
The interface for a single feed item.

Namespace

Drupal\feeds\Feeds\Item

Code

public function toArray();