SlickAdminInterface.php in Slick Carousel 8
Same filename and directory in other branches
Namespace
Drupal\slick\FormFile
src/Form/SlickAdminInterface.phpView source
<?php
namespace Drupal\slick\Form;
/**
* Provides resusable admin functions or form elements.
*/
interface SlickAdminInterface {
}
Interfaces
Name | Description |
---|---|
SlickAdminInterface | Provides resusable admin functions or form elements. |