Example #1
0
 /**
  * {@inheritdoc}
  */
 public function formatPlural($count, $singular, $plural, array $args = array(), array $options = array())
 {
     return $this->drupal7->format_plural($count, $singular, $plural, $args, $options);
 }