You are here

public function SchedulerPluginInterface::userViewRoute in Scheduler 2.x

Get the route of the user page scheduled view. Optional.

Return value

string The route id.

1 method overrides SchedulerPluginInterface::userViewRoute()
SchedulerPluginBase::userViewRoute in src/SchedulerPluginBase.php
Get the route of the scheduled view on the user profile page.

File

src/SchedulerPluginInterface.php, line 64

Class

SchedulerPluginInterface
Interface for Scheduler entity plugin definition.

Namespace

Drupal\scheduler

Code

public function userViewRoute();