You are here

public function YoastSeoFieldManager::__construct in Real-time SEO for Drupal 8

Constructor for YoastSeoFieldManager.

File

src/YoastSeoFieldManager.php, line 58

Class

YoastSeoFieldManager
Class YoastSeoFieldManager.

Namespace

Drupal\yoast_seo

Code

public function __construct() {
  $this->entity_manager = \Drupal::service('entity_type.manager');
}