mercury_editor-2.0.x-dev/src/Entity/MercuryEditorEntityFormInterface.php
src/Entity/MercuryEditorEntityFormInterface.php
<?php
namespace Drupal\mercury_editor\Entity;
/**
* Defines an interface for Mercury Editor entity forms.
*/
interface MercuryEditorEntityFormInterface {
/**
* Sets default values for a new entity.
*/
public function setDefaultEntityValues();
}
