BlogInterface.php 206 B

123456789101112
  1. <?php
  2. namespace Drupal\dr8_zth;
  3. use Drupal\Core\Entity\ContentEntityInterface;
  4. /**
  5. * The specific operations of the BlogType entity type.
  6. */
  7. interface BlogInterface extends ContentEntityInterface {
  8. }