You are here

OpignoAnswerTypeInterface.php in Opigno module 3.x

Same filename and directory in other branches
  1. 8 src/Entity/OpignoAnswerTypeInterface.php

File

src/Entity/OpignoAnswerTypeInterface.php
View 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

Namesort descending Description
OpignoAnswerTypeInterface Provides an interface for defining Answer type entities.