You are here

API.txt in Custom filter 6.2

Same filename and directory in other branches
  1. 6 API.txt
; This file contains a log of the changes in the API.

API version 2.0

* The variable $vars passed to the custom code of the replacement rules
  has been replaced by the variable $customfilter; this variable is an instance
  of a custom class (CustomFilter), and it can be used as an object, or an array
  ($customfilter->info, and $customfilter['info'] return both the same value).

API version 2.1

* The module uses the hook hook_customfilter_function_info() instead of
  hook_customfilter_functions().

File

API.txt
View source
  1. ; This file contains a log of the changes in the API.
  2. API version 2.0
  3. * The variable $vars passed to the custom code of the replacement rules
  4. has been replaced by the variable $customfilter; this variable is an instance
  5. of a custom class (CustomFilter), and it can be used as an object, or an array
  6. ($customfilter->info, and $customfilter['info'] return both the same value).
  7. API version 2.1
  8. * The module uses the hook hook_customfilter_function_info() instead of
  9. hook_customfilter_functions().