protected property File::$pathField

Set default values for the path field options.

Overrides WizardPluginBase::$pathField

File

drupal/core/modules/file/lib/Drupal/file/Plugin/views/wizard/File.php, line 34
Definition of Drupal\file\Plugin\views\wizard\File.

Class

File
Tests creating managed files views with the wizard.

Namespace

Drupal\file\Plugin\views\wizard

Code

protected $pathField = array(
  'id' => 'uri',
  'table' => 'file_managed',
  'field' => 'uri',
  'exclude' => TRUE,
  'file_download_path' => TRUE,
);