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

Breadcrumb

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

function OverviewTerms::create

Overrides FormBase::create

File

core/modules/taxonomy/src/Form/OverviewTerms.php, line 100

Class

OverviewTerms
Provides terms overview form for a taxonomy vocabulary.

Namespace

Drupal\taxonomy\Form

Code

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

API Navigation

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