You are here

LinkTypeInterface.php in Colossal Menu 8

Same filename and directory in other branches
  1. 2.x src/LinkTypeInterface.php

File

src/LinkTypeInterface.php
View source
<?php

namespace Drupal\colossal_menu;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining Link type entities.
 */
interface LinkTypeInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
LinkTypeInterface Provides an interface for defining Link type entities.