$flags = array(); // Exported flag: "Testing export". $flags['testing_export'] = array ( 'entity_type' => 'node', 'title' => 'Testing export', 'global' => '0', 'types' => array ( ), 'errors' => array ( ), 'flag_short' => 'Flag this item', 'flag_long' => '', 'flag_message' => '', 'unflag_short' => 'Unflag this item', 'unflag_long' => '', 'unflag_message' => '', 'unflag_denied_text' => '', 'link_type' => 'toggle', 'weight' => 0, 'show_in_links' => array ( 'full' => 'full', 'teaser' => 'teaser', 'rss' => 0, 'search_index' => 0, 'search_result' => 0, ), 'show_as_field' => 0, 'show_on_form' => 0, 'access_author' => '', 'show_contextual_link' => 0, 'i18n' => 0, 'api_version' => 3, ); return $flags;