ImageStyleInterface::setName

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);
doc_Drupal
2016-10-29 09:19:57
Comments
Leave a Comment

Please login to continue.