Skip to content
Snippets Groups Projects
Commit 4f65b7e8 authored by Matthew Grasmick's avatar Matthew Grasmick
Browse files

Add interface.

parent 2c10ce6c
No related branches found
Tags 8.x-3.0-alpha5
No related merge requests found
svelte:
js:
# @todo Add "defer" propecty to generated <script> tag.
# @todo Add "defer" property to generated <script> tag.
sveltejs/public/build/bundle.js: {}
css:
theme:
......
......@@ -6,6 +6,7 @@ use Drupal\project_browser\DrupalOrg\DrupalOrgProjects;
use Drupal\project_browser\DrupalOrg\DrupalOrgReleases;
use Drupal\project_browser\DrupalOrg\Taxonomy\MaintenanceStatus;
use Drupal\project_browser\DrupalOrg\Taxonomy\Vocabularies;
use Drupal\project_browser\ProjectBrowserEndpointInterface;
use Symfony\Component\HttpFoundation\Request;
use Drupal\Core\Cache\CacheableResponseInterface;
use Drupal\Core\Controller\ControllerBase;
......@@ -20,7 +21,7 @@ use Symfony\Component\HttpFoundation\Response;
*
* @package Drupal\chargebee_subscription\Controller
*/
class DrupalOrgProxyController extends ControllerBase
class DrupalOrgProxyController extends ControllerBase implements ProjectBrowserEndpointInterface
{
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment