public ImageStyleInterface::getName()
Returns the image style.
Return value
string The name of the image style.
File
- core/modules/image/src/ImageStyleInterface.php, line 32
Class
- ImageStyleInterface
- Provides an interface defining an image style entity.
Namespace
Drupal\image
Code
public function getName();
Please login to continue.