public function WizardPluginBase::getPathFieldsSupplemental in Views (for Drupal 7) 8.3
Gets the pathFieldsSupplemental property.
@todo Rename this to be something about jump menus, and/or remove this.
Return value
array()
File
- lib/
Drupal/ views/ Plugin/ views/ wizard/ WizardPluginBase.php, line 159 - Definition of Drupal\views\Plugin\views\wizard\WizardPluginBase.
Class
- WizardPluginBase
- Provides the interface and base class for Views Wizard plugins.
Namespace
Drupal\views\Plugin\views\wizardCode
public function getPathFieldsSupplemental() {
return $this->pathFieldsSupplemental;
}