Same name and namespace in other branches
  1. 8.x-1.x src/EasyBreadcrumbStructuredDataJsonLd.php \Drupal\easy_breadcrumb\EasyBreadcrumbStructuredDataJsonLd::create()

File

src/EasyBreadcrumbStructuredDataJsonLd.php, line 68

Class

EasyBreadcrumbStructuredDataJsonLd
Class EasyBreadcrumbStructuredDataJsonLd.

Namespace

Drupal\easy_breadcrumb

Code

public static function create(ContainerInterface $container) {
    return new static($container->get('easy_breadcrumb.breadcrumb'), $container->get('config.factory'), $container->get('current_route_match'), $container->get('module_handler'));
}