<?php namespace Drupal\media_migration; /** * Base implementation of a file entity dealer plugin. */ abstract class FileEntityDealerBase extends MediaDealerBase implements FileEntityDealerPluginInterface { }
Главная | Обратная связь