You are here

BlazyFormatterTestInterface.php in Blazy 8.2

Same filename and directory in other branches
  1. 8 tests/modules/blazy_test/src/BlazyFormatterTestInterface.php

Namespace

Drupal\blazy_test

File

tests/modules/blazy_test/src/BlazyFormatterTestInterface.php
View source
<?php

namespace Drupal\blazy_test;


/**
 * Defines re-usable services and functions for blazy test field plugins.
 */
interface BlazyFormatterTestInterface {

}

Interfaces

Namesort descending Description
BlazyFormatterTestInterface Defines re-usable services and functions for blazy test field plugins.