Skip to content
Snippets Groups Projects
Commit c2672c5b authored by kksandr's avatar kksandr Committed by Daniel Cothran
Browse files

Issue #3450605 by kksandr: Deprecated function: Calling get_class() without arguments is deprecated

parent ff1e0976
No related branches found
No related tags found
1 merge request!94Issue #3450605 by kksandr: replace get_class() with static::class
Pipeline #186379 passed with warnings
......@@ -693,7 +693,7 @@ class BaseSettings extends FormElement {
// That allows executeElementSubmitHandlers() to be completely certain that
// the form has passed validation before proceeding.
$complete_form['#validate'][] = [
get_class(),
static::class,
'executeLibraryElementSubmitHandlers',
];
$complete_form['#charts_library_settings_element_submit_attached'] = TRUE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment