You are here

function space_customizer::submit in Spaces 6

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

File

./spaces.module, line 530

Class

space_customizer
Interface for space customizers.

Code

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