Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. TranslatableMarkup.php

function TranslatableMarkup::getArguments

Gets all arguments from this translated string.

Return value

mixed[] The array of arguments.

3 calls to TranslatableMarkup::getArguments()
PluralTranslatableMarkup::render in core/lib/Drupal/Core/StringTranslation/PluralTranslatableMarkup.php
Renders the object as a string.
TranslatableMarkup::render in core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php
Renders the object as a string.
TranslatableStringAdapter::getAll in core/modules/package_manager/src/TranslatableStringAdapter.php
Returns all translation parameters.

File

core/lib/Drupal/Core/StringTranslation/TranslatableMarkup.php, line 178

Class

TranslatableMarkup
Provides translatable markup class.

Namespace

Drupal\Core\StringTranslation

Code

public function getArguments() {
    return $this->arguments;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal