You are here

function space::form in Spaces 5.2

Same name and namespace in other branches
  1. 6 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 323

Class

space
Interface for space objects.

Code

function form();