<?php namespace Drupal\bat; use Drupal\Core\Config\Entity\ConfigEntityInterface; /** * Provides an interface defining a event type entity. */ interface TypeGroupBundleInterface extends ConfigEntityInterface { }
Главная | Обратная связь