public function AutomaticCrop::getCrop in Crop API 8.2
Get crop instance.
Return value
\Drupal\crop\CropInterface|false List of fallbacks.
File
- src/
Events/ AutomaticCrop.php, line 73
Class
- AutomaticCrop
- Represents automatic crop action as event.
Namespace
Drupal\crop\EventsCode
public function getCrop() {
return $this->crop;
}