Method | Description | |
---|---|---|
ajax_add_block ( mixed $handler_vars ) | Called from the themes page to create a new block instace | |
ajax_delete_block ( mixed $handler_vars ) | Called from the themes page to delete a block instance | |
ajax_save_areas ( mixed $handler_vars ) | Called from the themes page to save the blocks instances into areas | |
get_activate_theme ( ) | Activates a theme. | |
get_areas ( $scope ) | ||
get_configure_block ( ) | Get the block configuration form to show in a modal iframe on the themes page | |
get_preview_theme ( ) | Configures a theme to be active for the current user's session. | |
get_themes ( ) | Handles GET requests for the theme listing | |
post_configure_block ( ) | A POST handler for the block configuration form | |
post_themes ( ) | A POST handler for the admin themes page that simply passes those options through. | |
prepare_block_list ( ) | Load the block types and block instances into the appropriate structures for the theme to output |
public ajax_add_block ( mixed $handler_vars ) | ||
$handler_vars | mixed |
public ajax_delete_block ( mixed $handler_vars ) | ||
$handler_vars | mixed |
public ajax_save_areas ( mixed $handler_vars ) | ||
$handler_vars | mixed |
public get_configure_block ( ) |
public get_preview_theme ( ) |
public post_configure_block ( ) |
public post_themes ( ) |
public prepare_block_list ( ) |