StyleguidePatternInterface.php in Simple Style Guide 8
Namespace
Drupal\simple_styleguide\EntityFile
src/Entity/StyleguidePatternInterface.phpView source
<?php
namespace Drupal\simple_styleguide\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface for defining Styleguide pattern entities.
*/
interface StyleguidePatternInterface extends ConfigEntityInterface {
}
Interfaces
Name | Description |
---|---|
StyleguidePatternInterface | Provides an interface for defining Styleguide pattern entities. |