9 calls to ResourceManager::executeCallback() in RESTful 7.2
- CacheDecoratedResource::process in src/
Plugin/ resource/ Decorators/ CacheDecoratedResource.php - Controller function that passes the data along and executes right action.
- CsrfToken::index in src/
Plugin/ resource/ CsrfToken.php - Basic implementation for listing.
- FormatterManager::processData in src/
Formatter/ FormatterManager.php - Helper function to get a formatter and apply a method.
- Resource::getControllerFromPath in src/
Plugin/ resource/ Resource.php - Return the controller for a given path.
- Resource::preflight in src/
Plugin/ resource/ Resource.php - Adds the Allowed-Origin headers.
- Resource::process in src/
Plugin/ resource/ Resource.php - Controller function that passes the data along and executes right action.
- ResourceField::access in src/
Plugin/ resource/ Field/ ResourceField.php - Check access on property by the defined access callbacks.
- ResourceField::value in src/
Plugin/ resource/ Field/ ResourceField.php - Gets the value for the field given a data source.
- ResourceFieldBase::executeProcessCallbacks in src/
Plugin/ resource/ Field/ ResourceFieldBase.php - Executes the process callbacks.