You are here

public function RocketChatConfigInterface::getJsonDecoder in Rocket.Chat 8.2

Same name and namespace in other branches
  1. 8 modules/rocket_chat_api/src/RocketChat/RocketChatConfigInterface.php \Drupal\rocket_chat_api\RocketChat\RocketChatConfigInterface::getJsonDecoder()

Get a function pointer to the function to use for JsonDecodeing.

Return value

mixed Result array

2 methods override RocketChatConfigInterface::getJsonDecoder()
Drupal8Config::getJsonDecoder in modules/rocket_chat_api/src/RocketChat/Drupal8Config.php
Get a function pointer to the function to use for JsonDecodeing.
InMemoryConfig::getJsonDecoder in modules/rocket_chat_api/src/RocketChat/InMemoryConfig.php
Get a function pointer to the function to use for JsonDecodeing.

File

modules/rocket_chat_api/src/RocketChat/RocketChatConfigInterface.php, line 62

Class

RocketChatConfigInterface
Interface to make an Arbitrary storage backend for the config elements.

Namespace

Drupal\rocket_chat_api\RocketChat

Code

public function getJsonDecoder();