Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. EntityViewController.php

function EntityViewController::create

Overrides ContainerInjectionInterface::create

2 methods override EntityViewController::create()
NodePreviewController::create in core/modules/node/src/Controller/NodePreviewController.php
Instantiates a new instance of this class.
NodeViewController::create in core/modules/node/src/Controller/NodeViewController.php
Instantiates a new instance of this class.

File

core/lib/Drupal/Core/Entity/Controller/EntityViewController.php, line 48

Class

EntityViewController
Defines a generic controller to render a single entity.

Namespace

Drupal\Core\Entity\Controller

Code

public static function create(ContainerInterface $container) {
    return new static($container->get('entity_type.manager'), $container->get('renderer'));
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal