RoyalSliderOptionSetInterface.php in RoyalSlider Integration 8
Contains \Drupal\royalslider\RoyalSliderOptionSet.
Namespace
Drupal\royalsliderFile
src/RoyalSliderOptionSetInterface.phpView source
<?php
/**
* @file
* Contains \Drupal\royalslider\RoyalSliderOptionSet.
*/
namespace Drupal\royalslider;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface defining a RoyalSliderOptionSet entity type.
*/
interface RoyalSliderOptionSetInterface extends ConfigEntityInterface {
public function buildJsOptionset();
}
Interfaces
Name | Description |
---|---|
RoyalSliderOptionSetInterface | Provides an interface defining a RoyalSliderOptionSet entity type. |