Making a custom block in a development site I noticed that there is a method to set configurations value for a block form and you can use it as:
$this->setConfigurationValue('config', $form_state->getValue('config'));
This call sets a value on configurations array but there is no version to get a value from that array.
Adds a method on BlockPluginTrait trait like getConfigurationValue to get a value from configurations array.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.