protected property ProxyItem::$properties in Purge 8.3
Describes the accessible properties and if they're RO (FALSE) or RW (TRUE).
Type: bool[string]
File
- src/
Plugin/ Purge/ Queue/ ProxyItem.php, line 39
Class
- ProxyItem
- Provides a proxy item.
Namespace
Drupal\purge\Plugin\Purge\QueueCode
protected $properties = [
'item_id' => TRUE,
'created' => TRUE,
'data' => FALSE,
];