You are here

public function SiteBannerContextReactionChangeBannerBackgroundColor::options_form_validate in Site Banner 7

Validate hook for context-specific site banner background color settings.

File

./site_banner_context_reaction_functions.inc, line 163

Class

SiteBannerContextReactionChangeBannerBackgroundColor
Handle changing the site banner background colors reaction.

Code

public function options_form_validate($form_state) {

  // Not linked into context module.
  // TODO: raise bug to allow validation of reaction fields.
  site_banner_validate_background_color_code_form($form_state);
}