blazy-8.x-2.x-dev/src/Field/BlazyEntitySvgBase.php
src/Field/BlazyEntitySvgBase.php
<?php
namespace Drupal\blazy\Field;
/**
* Base class for blazy ecosystem entity formatters with SVG.
*
* @todo move contents from BlazyEntityMediaBase after sub-modules aware of it.
* @todo TBD: remove if not worth the efforts at all for minimal difference.
*/
abstract class BlazyEntitySvgBase extends BlazyEntityMediaBase {}
