Similar issue has been fixed in Drupal 8 core, however the bug still exists in 7.
Callback works successfully when function_exists()
is swapped out for is_callable()
.
Example:
$form['checkbox'] = array(
'#type' => 'checkboxes',
'#options' => $options,
'#ajax' => array(
'callback' => array($this, 'ajaxCallbackFunction'),
),
);
Closed: duplicate
7.0 β°οΈ
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.