You are here

RevisionableEntityBundleInterface.php in Entity API 8

Same filename and directory in other branches
  1. 8.0 src/Entity/RevisionableEntityBundleInterface.php

File

src/Entity/RevisionableEntityBundleInterface.php
View source
<?php

namespace Drupal\entity\Entity;

use Drupal\Core\Entity\RevisionableEntityBundleInterface as CoreRevisionableEntityBundleInterface;
@trigger_error('\\Drupal\\entity\\Entity\\RevisionableEntityBundleInterface has been deprecated in favor of \\Drupal\\Core\\Entity\\RevisionableEntityBundleInterface. Use that instead.');

/**
 * @deprecated in favor of
 *   \Drupal\Core\Entity\RevisionableEntityBundleInterface. Use that instead.
 */
interface RevisionableEntityBundleInterface extends CoreRevisionableEntityBundleInterface {

}

Interfaces

Namesort descending Description
RevisionableEntityBundleInterface Deprecated