You are here

function space::form in Spaces 6

Same name and namespace in other branches
  1. 5.2 spaces.module \space::form()
  2. 6.2 spaces.module \space::form()

Allows the space type to implement custom form options on the feature/preset form.

Return value

array A FormAPI element array. It will be included as a child element of the master space feature form.

File

./spaces.module, line 472

Class

space
Interface for space objects.

Code

function form();