LinkConfigurationStorageInterface.php in Menu Token 8
Same filename and directory in other branches
Namespace
Drupal\menu_token\EntityFile
src/Entity/LinkConfigurationStorageInterface.phpView 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
Name | Description |
---|---|
LinkConfigurationStorageInterface | Provides an interface for defining Link configuration storage entities. |