blazy-8.x-2.x-dev/src/Form/BlazyEntityFormBaseInterface.php
src/Form/BlazyEntityFormBaseInterface.php
<?php namespace Drupal\blazy\Form; /** * Defines re-usable utilities for blazy entity forms. */ interface BlazyEntityFormBaseInterface { /** * Returns the blazy admin service. */ public function admin(); /** * Returns the blazy manager service. */ public function manager(); }