public function WizardPluginBase::getPathField

Gets the pathField property.

@todo Rename this to be something about jump menus, and/or resolve this dependency.

Return value

array The pathField array.

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/wizard/WizardPluginBase.php, line 148
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\wizard

Code

public function getPathField() {
  return $this->pathField;
}