Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ImageStyleInterface.php
function 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\image
Code
public
function
getName
();
RSS feed