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