You are here

public function RestfulDataProviderEFQ::getBundle in RESTful 7

Getter for $bundle.

Return value

string

7 calls to RestfulDataProviderEFQ::getBundle()
RestfulDataProviderEFQ::getEntityFieldQuery in plugins/restful/RestfulDataProviderEFQ.php
Initialize an EntityFieldQuery (or extending class).
RestfulEntityBase::getBundlesForAutocomplete in plugins/restful/RestfulEntityBase.php
Return the bundles that should be used for the autocomplete search.
RestfulEntityBase::getFieldInfoAndFormSchema in plugins/restful/RestfulEntityBase.php
Get the field info, data and form element
RestfulEntityBase::getFormSchemaAllowedValues in plugins/restful/RestfulEntityBase.php
Get allowed values for the form schema.
RestfulEntityBase::isValidEntity in plugins/restful/RestfulEntityBase.php
Determine if an entity is valid, and accessible.

... See full list

File

plugins/restful/RestfulDataProviderEFQ.php, line 36
Contains \RestfulDataProviderEFQ

Class

RestfulDataProviderEFQ
@file Contains \RestfulDataProviderEFQ

Code

public function getBundle() {
  return $this->bundle;
}