You are here

EntityViewBuilder.php in Entity API 8

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

Namespace

Drupal\entity

File

src/EntityViewBuilder.php
View source
<?php

namespace Drupal\entity;

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

/**
 * Provides a entity view builder with contextual links support.
 *
 * @deprecated in favor of \Drupal\Core\Entity\EntityViewBuilder. Use that
 *   instead.
 */
class EntityViewBuilder extends CoreEntityViewBuilder {

}

Classes

Namesort descending Description
EntityViewBuilder Deprecated Provides a entity view builder with contextual links support.