OpignoAnswerTypeInterface.php in Opigno module 3.x
Same filename and directory in other branches
Namespace
Drupal\opigno_module\EntityFile
src/Entity/OpignoAnswerTypeInterface.phpView source
<?php
namespace Drupal\opigno_module\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface for defining Answer type entities.
*/
interface OpignoAnswerTypeInterface extends ConfigEntityInterface {
}
Interfaces
Name | Description |
---|---|
OpignoAnswerTypeInterface | Provides an interface for defining Answer type entities. |