You are here

OgMenuInterface.php in Organic Groups Menu (OG Menu) 8

Namespace

Drupal\og_menu

File

src/OgMenuInterface.php
View source
<?php

namespace Drupal\og_menu;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining OG Menu entities.
 */
interface OgMenuInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
OgMenuInterface Provides an interface for defining OG Menu entities.