You are here

protected static property QueueItem::$serialize in Little helpers 7.2

Same name and namespace in other branches
  1. 7 src/System/QueueItem.php \Drupal\little_helpers\System\QueueItem::serialize

Overrides Model::$serialize

File

src/System/QueueItem.php, line 12

Class

QueueItem

Namespace

Drupal\little_helpers\System

Code

protected static $serialize = array(
  'data' => TRUE,
);