You are here

SlickAdminInterface.php in Slick Carousel 8

Namespace

Drupal\slick\Form

File

src/Form/SlickAdminInterface.php
View source
<?php

namespace Drupal\slick\Form;


/**
 * Provides resusable admin functions or form elements.
 */
interface SlickAdminInterface {

}

Interfaces

Namesort descending Description
SlickAdminInterface Provides resusable admin functions or form elements.