public function LingotekInterface::getEditable in Lingotek Translation 3.4.x
Same name and namespace in other branches
- 4.0.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getEditable()
- 3.0.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getEditable()
- 3.1.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getEditable()
- 3.2.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getEditable()
- 3.3.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getEditable()
- 3.5.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getEditable()
- 3.6.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getEditable()
- 3.7.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getEditable()
- 3.8.x src/LingotekInterface.php \Drupal\lingotek\LingotekInterface::getEditable()
Gets data from the mutable configuration object. Returns an mutable configuration object for a given name.
Should not be used for config that will have runtime effects. Therefore it is always loaded override free.
Parameters
string $key: A string that maps to a key within the configuration data.
Return value
mixed The data that was requested.
Deprecated
in lingotek:3.0.1 and is removed from lingotek:4.0.0. Use configuration or configuration services directly.
See also
::get
\Drupal\lingotek\LingotekConfigurationServiceInterface
2 methods override LingotekInterface::getEditable()
- Lingotek::getEditable in src/
Lingotek.php - Gets data from the mutable configuration object. Returns an mutable configuration object for a given name.
- LingotekFake::getEditable in tests/
modules/ lingotek_test/ src/ LingotekFake.php - Gets data from the mutable configuration object. Returns an mutable configuration object for a given name.
File
- src/
LingotekInterface.php, line 62
Class
Namespace
Drupal\lingotekCode
public function getEditable($key);