You are here

public function MetaService::__construct in Easymeta 8

When the service is created, set a value for the example variable.

File

src/MetaService.php, line 14

Class

MetaService

Namespace

Drupal\easymeta

Code

public function __construct() {
  $this->serviceValue = \Drupal::config('easymeta.settings')
    ->get('use_og_meta');
}