You are here

BlazyInterface.php in Blazy 8

Same filename and directory in other branches
  1. 8.2 src/BlazyInterface.php
  2. 7 src/BlazyInterface.php

Namespace

Drupal\blazy

File

src/BlazyInterface.php
View source
<?php

namespace Drupal\blazy;


/**
 * Defines re-usable services and functions for blazy plugins.
 */
interface BlazyInterface {

}

Interfaces

Namesort descending Description
BlazyInterface Defines re-usable services and functions for blazy plugins.