| | Class: ItemEditThemeSource Location: /modules/core/ItemEditTheme.inc
 
 Class ItemEditTheme
		Inherited Properties, Constants, and Methods 
		Methods 
			
	
	
	
	API Tags:
  
    | See: | ItemEditPlugin::getTitle |  
 Redefinition of: 
			ItemEditPlugin::getTitle()Return a localized title for this plugin, suitable for display to the user 
	
    Parameters:| | void handleRequest(
$form, 
&$item, 
&$preferred 
) | 
 | 
 
					API Tags:|  | $form: |  |  |  | &$item: |  |  |  | &$preferred: |  |  
  
    | See: | ItemEditPlugin::handleRequest |  
 Redefinition of: 
			ItemEditPlugin::handleRequest()Let the plugin handle the incoming request 
	
    Parameters:
			
	
	API Tags:| | void isSupported(
$item, 
$thumbnail 
) | 
 | 
 
  
    | See: | ItemEditPlugin::isSupported |  
 Redefinition of: 
			ItemEditPlugin::isSupported()Does this plugin support the given item type? 
	
    Parameters:| | void loadTemplate(
&$template, 
&$form, 
$item, 
$thumbnail 
) | 
 | 
 
					API Tags:|  | &$template: |  |  |  | &$form: |  |  |  | $item: |  |  |  | $thumbnail: |  |  
  
    | See: | ItemEditPlugin::loadTemplate |  
 Redefinition of: 
			ItemEditPlugin::loadTemplate()Load the template with data from this plugin | 
 |