public function RestfulInterface::__construct in RESTful 7
Constructor for the RESTful handler.
Parameters
$plugin: The restful plugin object.
RestfulAuthenticationManager $auth_manager: Injected authentication manager.
DrupalCacheInterface $cache_controller: Injected cache controller.
File
- plugins/
restful/ RestfulInterface.php, line 54 - Contains RestfulInterface.
Class
- RestfulInterface
- @file Contains RestfulInterface.
Code
public function __construct(array $plugin, \RestfulAuthenticationManager $auth_manager = NULL, \DrupalCacheInterface $cache_controller = NULL);