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