protected property File::$pathField in Views (for Drupal 7) 8.3
Set default values for the path field options.
Overrides WizardPluginBase::$pathField
File
- lib/
Views/ file/ Plugin/ views/ wizard/ File.php, line 34 - Definition of Views\file\Plugin\views\wizard\File.
Class
- File
- Tests creating managed files views with the wizard.
Namespace
Views\file\Plugin\views\wizardCode
protected $pathField = array(
'id' => 'uri',
'table' => 'file_managed',
'field' => 'uri',
'exclude' => TRUE,
'file_download_path' => TRUE,
);