You are here

public function SchedulerPluginBase::userViewRoute in Scheduler 2.x

Get the route of the scheduled view on the user profile page.

Return value

string The form id, or an empty string if none.

Overrides SchedulerPluginInterface::userViewRoute

File

src/SchedulerPluginBase.php, line 90

Class

SchedulerPluginBase
Base class for scheduler plugins.

Namespace

Drupal\scheduler

Code

public function userViewRoute() {
  return $this->pluginDefinition['userViewRoute'];
}