ImageToolkitInterface::save

public ImageToolkitInterface::save($destination)

Writes an image resource to a destination file.

Parameters

string $destination: A string file URI or path where the image should be saved.

Return value

bool TRUE on success, FALSE on failure.

File

core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php, line 90

Class

ImageToolkitInterface
Defines an interface for image toolkits.

Namespace

Drupal\Core\ImageToolkit

Code

public function save($destination);
doc_Drupal
2016-10-29 09:20:12
Comments
Leave a Comment

Please login to continue.