ImageInterface::save

public ImageInterface::save($destination = NULL)

Closes the image and saves the changes to a file.

Parameters

string|null $destination: (optional) Destination path where the image should be saved. If it is empty the original image file will be overwritten.

Return value

bool TRUE on success, FALSE on failure.

See also

\Drupal\Core\ImageToolkit\ImageToolkitInterface::save()

File

core/lib/Drupal/Core/Image/ImageInterface.php, line 108

Class

ImageInterface
Provides an interface for image objects.

Namespace

Drupal\Core\Image

Code

public function save($destination = NULL);
doc_Drupal
2016-10-29 09:19:23
Comments
Leave a Comment

Please login to continue.