public function AcquiadamInterface::__call in Media: Acquia DAM 8
Passes method calls through to the DAM client object.
Parameters
string $name: The name of the method to call.
array $arguments: An array of arguments.
Return value
mixed Returns whatever the dam client returns.
1 method overrides AcquiadamInterface::__call()
- Acquiadam::__call in src/
Acquiadam.php - Passes method calls through to the DAM client object.
File
- src/
AcquiadamInterface.php, line 34
Class
- AcquiadamInterface
- Interface AcquiadamInterface.
Namespace
Drupal\media_acquiadamCode
public function __call($name, array $arguments);