public function ImageStyle::id

Overrides Drupal\Core\Entity\Entity::id().

Overrides Entity::id

File

drupal/core/modules/image/lib/Drupal/image/Plugin/Core/Entity/ImageStyle.php, line 58
Definition of Drupal\image\Plugin\Core\Entity\ImageStyle.

Class

ImageStyle
Defines an image style configuration entity.

Namespace

Drupal\image\Plugin\Core\Entity

Code

public function id() {
  return $this->name;
}