Method |
Description |
|
defineAdditionalAssetTableAttributes ( ) : array |
Hook for adding additional table attributes to the Assets manager. |
|
getAssetTableAttributeHtml ( $element, $attribute ) : null | string |
Hook for formatting the HTML for embedded asset attributes in the Assets manager. |
|
getCacheKey ( ) : string |
|
|
getCraftMinimumVersion ( ) |
|
|
getDescription ( ) |
|
|
getDeveloper ( ) |
|
|
getDeveloperUrl ( ) |
|
|
getDocumentationUrl ( ) |
|
|
getFileNamePrefix ( ) : mixed |
Shorthand for getting the file name prefix setting. |
|
getName ( ) |
|
|
getPHPMinimumVersion ( ) |
|
|
getParameters ( ) : mixed |
Shorthand for getting the parameters setting. |
|
getReleaseFeedUrl ( ) |
|
|
getSchemaVersion ( ) |
|
|
getSettingsHtml ( ) : mixed |
Renders the plugin's settings page. |
|
getVersion ( ) |
|
|
getWhitelist ( ) : mixed |
Shorthand for getting the whitelist setting. |
|
init ( ) |
Initialise the plugin by loading dependencies and resources. |
|
isCompatible ( ) : boolean |
Returns if the plugin is compatible with the current system stack. |
|
isCraftRequiredVersion ( ) : boolean |
Defines the earliest version of Craft that this plugin is compatible with. |
|
isPHPRequiredVersion ( ) : boolean |
Defines the earliest version of PHP that this plugin is compatible with. |
|
loadDependencies ( ) |
Loads all dependencies for this plugin. |
|
onBeforeInstall ( ) : boolean |
Checks if the plugin is compatible before installation. |
|
prepSettings ( array $postSettings ) : array |
Formats values from the CP settings form to be saved into the DB. |
|