SlickFormatterInterface.php in Slick Carousel 8
Same filename and directory in other branches
Namespace
Drupal\slickFile
src/SlickFormatterInterface.phpView source
<?php
namespace Drupal\slick;
/**
* Defines re-usable services and functions for slick field plugins.
*/
interface SlickFormatterInterface {
}
Interfaces
Name | Description |
---|---|
SlickFormatterInterface | Defines re-usable services and functions for slick field plugins. |