You are here

public function RestfulBase::index in RESTful 7

5 methods override RestfulBase::index()
RestfulCsrfTokenResource::index in plugins/restful/csrf/RestfulCsrfTokenResource.class.php
Get a list of entities.
RestfulDataProviderCToolsPlugins::index in plugins/restful/RestfulDataProviderCToolsPlugins.php
Get a list of entities.
RestfulDataProviderDbQuery::index in plugins/restful/RestfulDataProviderDbQuery.php
Get a list of entities.
RestfulDataProviderEFQ::index in plugins/restful/RestfulDataProviderEFQ.php
Get a list of entities.
RestfulDataProviderVariable::index in plugins/restful/RestfulDataProviderVariable.php
Get a list of entities.

File

plugins/restful/RestfulBase.php, line 1664
Contains RestfulBase.

Class

RestfulBase
Class \RestfulBase

Code

public function index() {
  $this
    ->notImplementedCrudOperation(__FUNCTION__);
}