splide-1.0.x-dev/src/SplideFormatterInterface.php
src/SplideFormatterInterface.php
<?php
namespace Drupal\splide;
use Drupal\blazy\BlazyFormatterInterface;
/**
* Defines re-usable services and functions for splide field plugins.
*/
interface SplideFormatterInterface extends BlazyFormatterInterface {}
