public function ImageStyleInterface::getName in Drupal 8
Same name and namespace in other branches
- 9 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 32
Class
- ImageStyleInterface
- Provides an interface defining an image style entity.
Namespace
Drupal\imageCode
public function getName();