public function TranslatableMarkup::getOptions in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php \Drupal\Core\StringTranslation\TranslatableMarkup::getOptions()
Gets all options from this translated string.
Return value
mixed[] The array of options.
File
- core/
lib/ Drupal/ Core/ StringTranslation/ TranslatableMarkup.php, line 182 - Contains \Drupal\Core\StringTranslation\TranslatableMarkup.
Class
- TranslatableMarkup
- Provides translatable markup class.
Namespace
Drupal\Core\StringTranslationCode
public function getOptions() {
return $this->options;
}