You are here

public function OgAdminRoutesEvent::getRoutesInfo in Organic groups 8

Get routes info.

Return value

array The routes info array.

Overrides OgAdminRoutesEventInterface::getRoutesInfo

File

src/Event/OgAdminRoutesEvent.php, line 32

Class

OgAdminRoutesEvent
Event that is fired when OG admin routes are being compiled.

Namespace

Drupal\og\Event

Code

public function getRoutesInfo() {
  return $this->routesInfo;
}