You are here

protected property FileLinkItem::$queue in File Link 2.0.x

The queue to use when deferring the request to get the metadata.

Type: \Drupal\Core\Queue\QueueInterface

File

src/Plugin/Field/FieldType/FileLinkItem.php, line 77

Class

FileLinkItem
Implements a 'file_link' plugin field type.

Namespace

Drupal\file_link\Plugin\Field\FieldType

Code

protected $queue;