function UriDependentTestImageEffect::transformDimensions
Overrides ImageEffectBase::transformDimensions
File
- 
              core/modules/ image/ tests/ modules/ image_module_test/ src/ Plugin/ ImageEffect/ UriDependentTestImageEffect.php, line 21 
Class
- UriDependentTestImageEffect
- Performs an image operation that depends on the URI of the original image.
Namespace
Drupal\image_module_test\Plugin\ImageEffectCode
public function transformDimensions(array &$dimensions, $uri) {
  $dimensions = $this->getUriDependentDimensions($uri);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
