You are here

YamlFormEntityReferenceInterface.php in YAML Form 8

File

src/Plugin/YamlFormElement/YamlFormEntityReferenceInterface.php
View source
<?php

namespace Drupal\yamlform\Plugin\YamlFormElement;


/**
 * Provides an 'entity_reference' interface used to detect entity reference elements.
 */
interface YamlFormEntityReferenceInterface {

}

Interfaces

Namesort descending Description
YamlFormEntityReferenceInterface Provides an 'entity_reference' interface used to detect entity reference elements.