You are here

public function sweaver_plugin::sweaver_images_handler in Sweaver 7

Same name and namespace in other branches
  1. 6 sweaver_plugin.inc \sweaver_plugin::sweaver_images_handler()

Images handler.

1 method overrides sweaver_plugin::sweaver_images_handler()
sweaver_plugin_images::sweaver_images_handler in plugins/sweaver_plugin_images/sweaver_plugin_images.inc
Images handler.

File

./sweaver_plugin.inc, line 78
Abstract Base class for a sweaver plugin.

Class

sweaver_plugin
@file Abstract Base class for a sweaver plugin.

Code

public function sweaver_images_handler(&$images) {

  // Handles image. Is this neccessary here?
}