MentionsTypeInterface.php in Open Social 10.1.x
Same filename and directory in other branches
- 8.9 modules/custom/mentions/src/Entity/MentionsTypeInterface.php
- 8 modules/custom/mentions/src/Entity/MentionsTypeInterface.php
- 8.2 modules/custom/mentions/src/Entity/MentionsTypeInterface.php
- 8.3 modules/custom/mentions/src/Entity/MentionsTypeInterface.php
- 8.4 modules/custom/mentions/src/Entity/MentionsTypeInterface.php
- 8.5 modules/custom/mentions/src/Entity/MentionsTypeInterface.php
- 8.6 modules/custom/mentions/src/Entity/MentionsTypeInterface.php
- 8.7 modules/custom/mentions/src/Entity/MentionsTypeInterface.php
- 8.8 modules/custom/mentions/src/Entity/MentionsTypeInterface.php
- 10.3.x modules/custom/mentions/src/Entity/MentionsTypeInterface.php
- 10.0.x modules/custom/mentions/src/Entity/MentionsTypeInterface.php
- 10.2.x modules/custom/mentions/src/Entity/MentionsTypeInterface.php
Namespace
Drupal\mentions\EntityFile
modules/custom/mentions/src/Entity/MentionsTypeInterface.phpView source
<?php
namespace Drupal\mentions\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface for defining Mentions Type entities.
*/
interface MentionsTypeInterface extends ConfigEntityInterface {
}
Interfaces
Name | Description |
---|---|
MentionsTypeInterface | Provides an interface for defining Mentions Type entities. |