public ImageToolkitInterface::isValid()
Checks if the image is valid.
Return value
bool TRUE if the image toolkit is currently handling a valid image, FALSE otherwise.
File
- core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php, line 79
Class
- ImageToolkitInterface
- Defines an interface for image toolkits.
Namespace
Drupal\Core\ImageToolkit
Code
public function isValid();
Please login to continue.