function 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 168

Class

TranslatableMarkup
Provides translatable markup class.

Namespace

Drupal\Core\StringTranslation

Code

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

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