function TranslatableStringAdapter::getAll

Same name and namespace in other branches
  1. 11.x core/modules/package_manager/src/TranslatableStringAdapter.php \Drupal\package_manager\TranslatableStringAdapter::getAll()

File

core/modules/package_manager/src/TranslatableStringAdapter.php, line 32

Class

TranslatableStringAdapter
An adapter for interoperable string translation.

Namespace

Drupal\package_manager

Code

public function getAll() : array {
  return $this->getArguments();
}

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