You are here

function spaces_types in Spaces 7

Same name and namespace in other branches
  1. 5.2 spaces.module \spaces_types()
  2. 6.3 spaces.module \spaces_types()
  3. 6 spaces.module \spaces_types()
  4. 6.2 spaces.module \spaces_types()
  5. 7.3 spaces.module \spaces_types()

Get the registry of spaces types.

11 calls to spaces_types()
SpacesContextControllerTestCase::test in tests/spaces.test
Test override inheritance of variable controller.
SpacesVariableControllerTestCase::test in tests/spaces.test
Test override inheritance of variable controller.
spaces_features in ./spaces.module
Retrieve all available features.
spaces_frontpage in ./spaces.module
Route the user to the proper homepage for this space.
spaces_handler_field_node::options_form in includes/spaces_handler_field_node.inc
Override of options_form().

... See full list

1 string reference to 'spaces_types'
spaces_form_system_modules_submit in ./spaces.overrides.inc
Submit handler for clearing the space registry.

File

./spaces.module, line 183

Code

function spaces_types($reset = FALSE) {
  return _spaces_registry('types', $reset);
}