You are here

public static function TaxonomyManagerHelper::create in Taxonomy Manager 2.0.x

File

src/TaxonomyManagerHelper.php, line 68

Class

TaxonomyManagerHelper
Class for taxonomy manager helper.

Namespace

Drupal\taxonomy_manager

Code

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