getIdentifier(); } public function getAttributes($route) { return [ 'methods' => $route->getMethods(), 'pattern' => $route->getPattern(), ]; } /** * @inheritdoc */ public function getResourceLinks($resource) { return []; } }