public function CDNBaseInterface::formatData in Libraries CDN API 7
Return the data to use in each method.
Parameters
string $function: The method name.
array $data: The data from query.
Return value
array The resulting array.
1 method overrides CDNBaseInterface::formatData()
- CDNBase::formatData in src/
Type/ CDNBase.php - Return the data to use in each method.
File
- src/
Type/ CDNBaseInterface.php, line 229 - Interface CDNBaseInterface.
Class
- CDNBaseInterface
- Interface CDNBaseInterface.
Namespace
Drupal\libraries_cdn\TypeCode
public function formatData($function, array $data = array());