$view = new view; $view->name = 'rooms_by_event'; $view->description = 'A view for allowed values by event.'; $view->tag = ''; $view->view_php = ''; $view->base_table = 'node'; $view->is_cacheable = FALSE; $view->api_version = 2; $view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */ $handler = $view->new_display('default', 'Defaults', 'default'); $handler->override_option('fields', array( 'title' => array( 'label' => '', 'alter' => array( 'alter_text' => 0, 'text' => '', 'make_link' => 0, 'path' => '', 'link_class' => '', 'alt' => '', 'prefix' => '', 'suffix' => '', 'target' => '', 'help' => '', 'trim' => 0, 'max_length' => '', 'word_boundary' => 1, 'ellipsis' => 1, 'html' => 0, 'strip_tags' => 0, ), 'empty' => '', 'hide_empty' => 0, 'empty_zero' => 0, 'link_to_node' => 0, 'exclude' => 0, 'id' => 'title', 'table' => 'node', 'field' => 'title', 'relationship' => 'none', ), )); $handler->override_option('arguments', array( 'field_event_reference_room_nid' => array( 'default_action' => 'default', 'style_plugin' => 'default_summary', 'style_options' => array(), 'wildcard' => 'all', 'wildcard_substitution' => 'All', 'title' => '', 'breadcrumb' => '', 'default_argument_type' => 'php', 'default_argument' => '', 'validate_type' => 'none', 'validate_fail' => 'not found', 'break_phrase' => 0, 'not' => 0, 'id' => 'field_event_reference_room_nid', 'table' => 'node_data_field_event_reference_room', 'field' => 'field_event_reference_room_nid', 'validate_user_argument_type' => 'uid', 'validate_user_roles' => array( '2' => 0, '3' => 0, '15' => 0, '14' => 0, '12' => 0, '16' => 0, '17' => 0, ), 'relationship' => 'none', 'default_options_div_prefix' => '', 'default_argument_fixed' => '36111', 'default_argument_user' => 0, 'default_argument_php' => '//dsm(arg(1)); //dsm(arg(2)); if (arg(1) == \'add\') { return arg(3); } if (arg(2) == \'edit\') { $eventnode = node_load(arg(1)); return $eventnode->field_event_reference[0][\'nid\']; } ', 'validate_argument_node_type' => array( 'poll' => 0, 'room' => 0, 'schedule_item' => 0, 'session' => 0, 'time_slot' => 0, 'advpoll_ranking' => 0, 'advpoll_binary' => 0, 'ad' => 0, 'author' => 0, 'block' => 0, 'blog_entry' => 0, 'document' => 0, 'editors_choice' => 0, 'editors_choice_accordion' => 0, 'event' => 0, 'factoid' => 0, 'group' => 0, 'image' => 0, 'management' => 0, 'media_coverage' => 0, 'media_publisher' => 0, 'organization' => 0, 'podcast' => 0, 'press_release' => 0, 'profile' => 0, 'video' => 0, 'webcast' => 0, 'related_items' => 0, 'rotating_content_banner' => 0, 'forum' => 0, 'panel' => 0, 'forum_announcement' => 0, 'newsletter' => 0, 'page' => 0, 'webform' => 0, ), 'validate_argument_node_access' => 0, 'validate_argument_nid_type' => 'nid', 'validate_argument_vocabulary' => array( '1' => 0, '3' => 0, '12' => 0, '4' => 0, '10' => 0, '5' => 0, '15' => 0, '14' => 0, '11' => 0, '6' => 0, '7' => 0, '13' => 0, '16' => 0, '9' => 0, '8' => 0, '2' => 0, ), 'validate_argument_type' => 'tid', 'validate_argument_transform' => 0, 'validate_user_restrict_roles' => 0, 'validate_argument_node_flag_name' => '*relationship*', 'validate_argument_node_flag_test' => 'flaggable', 'validate_argument_node_flag_id_type' => 'id', 'validate_argument_user_flag_name' => '*relationship*', 'validate_argument_user_flag_test' => 'flaggable', 'validate_argument_user_flag_id_type' => 'id', 'validate_argument_is_member' => 'OG_VIEWS_DO_NOT_VALIDATE_MEMBERSHIP', 'validate_argument_group_node_type' => array( 'group' => 0, ), 'validate_argument_php' => '', ), )); $handler->override_option('filters', array( 'type' => array( 'operator' => 'in', 'value' => array( 'room' => 'room', ), 'group' => '0', 'exposed' => FALSE, 'expose' => array( 'operator' => FALSE, 'label' => '', ), 'id' => 'type', 'table' => 'node', 'field' => 'type', 'relationship' => 'none', ), )); $handler->override_option('access', array( 'type' => 'none', )); $handler->override_option('cache', array( 'type' => 'none', )); $handler->override_option('row_options', array( 'inline' => array(), 'separator' => '', 'hide_empty' => 0, ));