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
Namespace
Drupal\easymetaCode
public function __construct() {
$this->serviceValue = \Drupal::config('easymeta.settings')
->get('use_og_meta');
}