You are here

function spaces_plugin_access_spaces_feature::option_defaults in Spaces 6

Same name and namespace in other branches
  1. 6.3 includes/spaces_plugin_access_spaces_feature.inc \spaces_plugin_access_spaces_feature::option_defaults()
  2. 6.2 includes/spaces_plugin_access_spaces_feature.inc \spaces_plugin_access_spaces_feature::option_defaults()

File

includes/spaces_plugin_access_spaces_feature.inc, line 19

Class

spaces_plugin_access_spaces_feature
Provides access control for views by checking against the current space's feature settings.

Code

function option_defaults(&$options) {
  $options['spaces_feature'] = '';
}