public function OgAdminRoutesEventInterface::getRoutes in Organic groups 8
Get routes.
Parameters
string $entity_type_id: The entity type ID.
Return value
array Array with the routes info.
1 method overrides OgAdminRoutesEventInterface::getRoutes()
- OgAdminRoutesEvent::getRoutes in src/
Event/ OgAdminRoutesEvent.php - Get routes.
File
- src/
Event/ OgAdminRoutesEventInterface.php, line 49
Class
- OgAdminRoutesEventInterface
- Interface for OgAdminRoutesEvent classes.
Namespace
Drupal\og\EventCode
public function getRoutes($entity_type_id);