RuleInterface.php in JS injector 8
Contains \Drupal\js_injector\RuleInterface.
Namespace
Drupal\js_injectorFile
lib/Drupal/js_injector/RuleInterface.phpView source
<?php
/**
* @file
* Contains \Drupal\js_injector\RuleInterface.
*/
namespace Drupal\js_injector;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface defining a js_injector rule entity.
*/
interface RuleInterface extends ConfigEntityInterface {
}
Interfaces
Name | Description |
---|---|
RuleInterface | Provides an interface defining a js_injector rule entity. |