You are here

protected property MetadataInfo::$metaDataInfo in Filebrowser 3.x

Same name and namespace in other branches
  1. 8.2 src/Events/MetadataInfo.php \Drupal\filebrowser\Events\MetadataInfo::metaDataInfo

$metaDataInfo is an associative array with following fields 'key' = [ 'title' => t('Description'), // required 'writable' => TRUE, // optional, default false 'sortable' => TRUE, // optional, default false 'type' => 'string // required

Type: array

File

src/Events/MetadataInfo.php, line 18

Class

MetadataInfo

Namespace

Drupal\filebrowser\Events

Code

protected $metaDataInfo;