You are here

public function HMSNaturalLanguageFormatter::__construct in HMS Field 8

Constructor

Overrides FormatterBase::__construct

File

src/Plugin/Field/FieldFormatter/HMSNaturalLanguageFormatter.php, line 36
Contains \Drupal\hms_field\Plugin\Field\FieldFormatter\HMSNaturalLanguageFormatter.

Class

HMSNaturalLanguageFormatter
Plugin implementation of the 'hms_natural_language_formatter' formatter.

Namespace

Drupal\hms_field\Plugin\Field\FieldFormatter

Code

public function __construct($plugin_id, $plugin_definition, FieldDefinitionInterface $field_definition, array $settings, $label, $view_mode, array $third_party_settings, HMSServiceInterface $hms_service) {
  parent::__construct($plugin_id, $plugin_definition, $field_definition, $settings, $label, $view_mode, $third_party_settings);
  $this->hms_service = $hms_service;
}