You are here

service hijri.formatter in Hijri 8.2

Same name and namespace in other branches
  1. 3.0.x hijri.services.yml \hijri.formatter
  2. 1.0.x hijri.services.yml \hijri.formatter

Class

Drupal\hijri\HijriFormatter
5 string references to hijri.formatter
HijirSettingsForm::buildForm in src/Form/HijirSettingsForm.php
Form constructor.
HijriDate::build in src/Plugin/Block/HijriDate.php
Builds and returns the renderable array for this block plugin.
HijriDateList::processDatelist in src/Element/HijriDateList.php
Expands a date element into an array of individual elements.
hijri_preprocess_comment in ./hijri.module
Prepares variables for comment templates.
hijri_preprocess_node in ./hijri.module
Prepares variables for node templates.

File

./hijri.services.yml
hijri.services.yml

View source
  1. class: Drupal\hijri\HijriFormatter
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@language_manager'
  5. - '@string_translation'
  6. - '@config.factory'
  7. - '@request_stack'