metadata_profile.node_profile: path: '/admin/structure/types/manage/{content_type}/metadata_profile' defaults: _controller: '\Drupal\metadata_profile\Controller\MetadataProfileController::profile' _title: 'Metadata Profile' requirements: _access: 'TRUE' content_type: '[a-zA-Z_]+' options: parameters: content_type: type: string metadata_profile.test: path: '/test' defaults: _controller: '\Drupal\metadata_profile\Controller\MetadataProfileController::test' _title: 'Metadata Profile Test' requirements: _access: 'TRUE'