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

Breadcrumb

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

function EntityReverse::create

Overrides PluginBase::create

File

core/modules/views/src/Plugin/views/relationship/EntityReverse.php, line 49

Class

EntityReverse
A relationship handlers which reverse entity references.

Namespace

Drupal\views\Plugin\views\relationship

Code

public static function create(ContainerInterface $container, array $configuration, $plugin_id, $plugin_definition) {
    return new static($configuration, $plugin_id, $plugin_definition, $container->get('plugin.manager.views.join'));
}

API Navigation

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