◆ ask_delete_action()
      
        
          | ask_delete_action  | 
          ( | 
            | 
          $plugin_id | ) | 
           | 
        
      
 
Ask for confirmation from the user before deleting a plugin.
- Parameters
 - 
  
    | integer | id of plugin to delete  | 
  
   
 
 
◆ before_filter()
      
        
          | before_filter  | 
          ( | 
          &  | 
          $action,  | 
        
        
           | 
           | 
          &  | 
          $args  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ default_activation_action()
      
        
          | default_activation_action  | 
          ( | 
            | 
          $plugin_id | ) | 
           | 
        
      
 
Display the default activation set for this plugin. 
 
 
◆ delete_action()
      
        
          | delete_action  | 
          ( | 
            | 
          $plugin_id | ) | 
           | 
        
      
 
Completely delete a plugin from the system.
- Parameters
 - 
  
    | integer | id of plugin to delete  | 
  
   
 
 
◆ download_action()
      
        
          | download_action  | 
          ( | 
            | 
          $plugin_id | ) | 
           | 
        
      
 
Download a ZIP file containing the given plugin.
- Parameters
 - 
  
    | integer | id of plugin to download  | 
  
   
 
 
◆ edit_automaticupdate_action()
      
        
          | edit_automaticupdate_action  | 
          ( | 
            | 
          $plugin_id = null | ) | 
           | 
        
      
 
 
◆ index_action()
Display the list of installed plugins and show all available updates (if any). 
 
 
◆ install_action()
Install a given plugin, either by URL (from the repository) or using a file uploaded by the administrator. 
 
 
◆ install_updates_action()
      
        
          | install_updates_action  | 
          ( | 
           | ) | 
           | 
        
      
 
Install updates for all selected plugins. 
 
 
◆ internal_install_action()
      
        
          | internal_install_action  | 
          ( | 
           | ) | 
           | 
        
      
 
Install a given plugin, either by URL (from the repository) or using a file uploaded by the administrator. Note: This action is only called internally via redirect. 
 
 
◆ internal_install_updates_action()
      
        
          | internal_install_updates_action  | 
          ( | 
           | ) | 
           | 
        
      
 
Install updates for all selected plugins. Note: This action is only called internally via redirect. 
 
 
◆ manifest_action()
      
        
          | manifest_action  | 
          ( | 
            | 
          $plugin_id | ) | 
           | 
        
      
 
Show a page describing this plugin's meta data and description, if available. 
 
 
◆ migrate_action()
      
        
          | migrate_action  | 
          ( | 
            | 
          $plugin_id | ) | 
           | 
        
      
 
migrate a plugin to top version
- Parameters
 - 
  
    | integer | id of plugin to migrate  | 
  
   
 
 
◆ register_action()
      
        
          | register_action  | 
          ( | 
            | 
          $number | ) | 
           | 
        
      
 
register a plugin in database when it already exists in file system
- Parameters
 - 
  
    | integer | number of found plugin  | 
  
   
 
 
◆ save_action()
Save the modified plugin configuration (status and position). 
 
 
◆ save_default_activation_action()
      
        
          | save_default_activation_action  | 
          ( | 
            | 
          $plugin_id | ) | 
           | 
        
      
 
Change the default activation for this plugin. 
 
 
◆ search_action()
Search the list of available plugins or display the most recommended plugins if the user did not trigger a search. 
 
 
◆ unregistered_action()
The documentation for this class was generated from the following file: