function hook_scald_player_settings_form in Scald: Media Management made easy 7
Settings form for player.
This hook is only invoked for the module providing the player that is being edited.
@codingStandardsIgnoreStart
Parameters
array $form: Form.
array $form_state: The form state array. $form_state['scald'] contains atom type, context and player value.
1 function implements hook_scald_player_settings_form()
Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.
- scald_image_scald_player_settings_form in modules/
providers/ scald_image/ scald_image.module - Implements hook_scald_player_settings_form().
File
- ./
scald.api.php, line 203 - Hooks related to Scald atoms and providers.
Code
function hook_scald_player_settings_form($form, &$form_state) {
// @codingStandardsIgnoreEnd
}