You are here

LinkTypeInterface.php in Colossal Menu 2.x

Same filename and directory in other branches
  1. 8 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.