function PluralTranslatableMarkup::getArguments

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php \Drupal\Core\StringTranslation\PluralTranslatableMarkup::getArguments()

File

core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php, line 103

Class

PluralTranslatableMarkup
A class to hold plural translatable markup.

Namespace

Drupal\Core\StringTranslation

Code

public function getArguments() : array {
  return parent::getArguments() + [
    '@count' => $this->count,
  ];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.