OgMenuInterface.php in Organic Groups Menu (OG Menu) 8
Namespace
Drupal\og_menuFile
src/OgMenuInterface.phpView 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
Name | Description |
---|---|
OgMenuInterface | Provides an interface for defining OG Menu entities. |