function ImageStyleInterface::getName
Same name in other branches
- 8.9.x core/modules/image/src/ImageStyleInterface.php \Drupal\image\ImageStyleInterface::getName()
- 10 core/modules/image/src/ImageStyleInterface.php \Drupal\image\ImageStyleInterface::getName()
- 11.x core/modules/image/src/ImageStyleInterface.php \Drupal\image\ImageStyleInterface::getName()
Returns the image style.
Return value
string The name of the image style.
1 method overrides ImageStyleInterface::getName()
- ImageStyle::getName in core/
modules/ image/ src/ Entity/ ImageStyle.php - Returns the image style.
File
-
core/
modules/ image/ src/ ImageStyleInterface.php, line 18
Class
- ImageStyleInterface
- Provides an interface defining an image style entity.
Namespace
Drupal\imageCode
public function getName();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.