You are here

function content_profile_theme_variables::get_profile_types in Content Profile 6

Gets all type names keyed with their machine readable names.

File

./content_profile.theme_vars.inc, line 30
Provides a helper class for lazy loading of variables for themes.

Class

content_profile_theme_variables
A helper class, which offers lazy loading of variables for themes.

Code

function get_profile_types() {
  return content_profile_get_types('names');
}