You are here

function space_customizer::submit in Spaces 6.2

Same name and namespace in other branches
  1. 5.2 spaces.module \space_customizer::submit()
  2. 6 spaces.module \space_customizer::submit()
2 methods override space_customizer::submit()
space_customizer_block::submit in ./spaces.spaces.inc
Implementation of submit(). Iterate through and only record the aspects of each block that have been customized.
space_customizer_menu::submit in ./spaces.spaces.inc

File

./spaces.module, line 518

Class

space_customizer
Interface for space customizers.

Code

function submit($space, $feature, $value);