You are here

public function WordfilterItem::toArray in Wordfilter 8.2

Array representation of this object.

Return value

array

File

src/WordfilterItem.php, line 155

Class

WordfilterItem

Namespace

Drupal\wordfilter

Code

public function toArray() {
  return $this->data;
}