<?php namespace Drupal\feeds; use Drupal\Core\Entity\EntityStorageInterface; /** * Defines an interface for feed entity storage classes. */ interface FeedStorageInterface extends EntityStorageInterface { }
Главная | Обратная связь