public function ServicesResourceControllerInterface::resourceInfo in Services Entity API 7.2
Specify services resource informatino for an entity type.
Parameters
string $entity_type: The entity type whose info should be specified.
Return value
An info array as would be returned by hook_services_resources().
See also
hooK_services_resources().
1 method overrides ServicesResourceControllerInterface::resourceInfo()
- ServicesResourceControllerAbstract::resourceInfo in plugins/
services_entity_abstract.inc - Implemented to define basic CRUD/I operations.
File
- plugins/
services_entity_interface.inc, line 24 - Services Entity module integration for entities.
Class
- ServicesResourceControllerInterface
- Specifies CRUD and access methods for resources.
Code
public function resourceInfo($entity_type);