You are here

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

Save the needs parsing state as a property.

Type: bool

File

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

Class

FileLinkItem
Implements a 'file_link' plugin field type.

Namespace

Drupal\file_link\Plugin\Field\FieldType

Code

protected $needsParsing = FALSE;