Sets the parent argument this plugin is associated with.
\Drupal\views\Plugin\views\argument\ArgumentPluginBase $argument: The parent argument to set.
public function setArgument(ArgumentPluginBase $argument) { $this->argument = $argument; }