Skip to content
Snippets Groups Projects
Commit a341a1ae authored by Ivan Tibezh's avatar Ivan Tibezh Committed by Joël Pittet
Browse files

Issue #3437354: all_user_func(): Argument #1 ($callback) must be a valid...

Issue #3437354: all_user_func(): Argument #1 ($callback) must be a valid callback, function "quicktabs_machine_name_exists" not found or invalid function name in call_user_func() (
parent bb435b57
Branches
No related tags found
2 merge requests!21Issue #3407343 Add theme template for loading animation/markup,!11Issue #3238148: Tabs still displayed even when empty
Pipeline #460451 passed with warnings
......@@ -38,7 +38,7 @@ class QuickTabsInstanceDuplicateForm extends EntityForm {
'#maxlength' => 32,
'#default_value' => '',
'#machine_name' => [
'exists' => 'quicktabs_machine_name_exists',
'exists' => 'Drupal\quicktabs\Entity\QuickTabsInstance::getQuickTabsInstance',
],
'#description' => $this->t('A unique machine-readable name for this QuickTabs instance. It must only contain lowercase letters, numbers, and underscores. The machine name will be used internally by QuickTabs and will be used in the CSS ID of your QuickTabs block.'),
'#weight' => -8,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment