public ImageStyleInterface::setName($name)
Sets the name of the image style.
Parameters
string $name: The name of the image style.
Return value
\Drupal\image\ImageStyleInterface The class instance this method is called on.
File
- core/modules/image/src/ImageStyleInterface.php, line 43
Class
- ImageStyleInterface
- Provides an interface defining an image style entity.
Namespace
Drupal\image
Code
public function setName($name);
Please login to continue.