FALSE, 'color' => MEDIA_VIMEO_COLOR_DEFAULT, 'on_screen_info' => array('portrait', 'title', 'byline'), 'full_screen' => 1, 'api_key' => '', 'api_secret' => '', 'thumb_size' => '160', 'default_width' => 400, 'default_height' => 227, 'universal' => TRUE, ); } if (!isset($name)) { return $defaults; } if (isset($defaults[$name])) { return $defaults[$name]; } } /** * Return the fully namespace variable name. * * @param string $name * The variable name to retrieve the namespaced name. * @return string * The fully namespace variable name, prepended with * MEDIA_VIMEO_NAMESPACE. */ function media_vimeo_variable_name($name) { return MEDIA_VIMEO_NAMESPACE . $name; }