You are here

LinkConfigurationStorageInterface.php in Menu Token 8

Same filename and directory in other branches
  1. 9.1.x src/Entity/LinkConfigurationStorageInterface.php

File

src/Entity/LinkConfigurationStorageInterface.php
View source
<?php

namespace Drupal\menu_token\Entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining Link configuration storage entities.
 */
interface LinkConfigurationStorageInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
LinkConfigurationStorageInterface Provides an interface for defining Link configuration storage entities.