FlexiformEntityFormDisplayInterface.php in Flexiform 8
Namespace
Drupal\flexiformFile
src/FlexiformEntityFormDisplayInterface.phpView source
<?php
namespace Drupal\flexiform;
use Drupal\Core\Entity\Display\EntityFormDisplayInterface;
/**
* Extends the EntityFormDisplay interface to work with multiple entities.
*/
interface FlexiformEntityFormDisplayInterface extends EntityFormDisplayInterface {
/**
* Get the Flexiform form Entity Configuration from the object.
*
* @return array
* The form entity configuration.
*/
public function getFormEntityConfig();
}
Interfaces
Name | Description |
---|---|
FlexiformEntityFormDisplayInterface | Extends the EntityFormDisplay interface to work with multiple entities. |