You are here

public function TranslationWrapper::getOptions in Service Container 7.2

Same name and namespace in other branches
  1. 7 lib/Drupal/Core/StringTranslation/TranslationWrapper.php \Drupal\Core\StringTranslation\TranslationWrapper::getOptions()

Gets all options from this translation wrapper.

Return value

mixed[] The array of options.

File

lib/Drupal/Core/StringTranslation/TranslationWrapper.php, line 90
Contains \Drupal\Core\StringTranslation\TranslationWrapper.

Class

TranslationWrapper
Provides a class to wrap a translatable string.

Namespace

Drupal\Core\StringTranslation

Code

public function getOptions() {
  return $this->options;
}