public static function RestfulManager::pluginProcessFormatter in RESTful 7
Add defaults values to the restful related plugins.
Properties for the "formatter" plugin type:
- description: The description of the formatter. Defaults to an empty string.
- name: The name of the formatter.
- class: Name of the class implementing RestfulFormatterInterface.
File
- includes/
RestfulManager.php, line 211 - Contains \RestfulManager.
Class
- RestfulManager
- @file Contains \RestfulManager.
Code
public static function pluginProcessFormatter($plugin, $info) {
// Nothing to be done.
return $plugin;
}