You are here

public function TextimageInterface::getHeight in Textimage 8.3

Same name and namespace in other branches
  1. 8.4 src/TextimageInterface.php \Drupal\textimage\TextimageInterface::getHeight()

Returns the height of the Textimage.

Return value

int|null The height of the Textimage, or NULL if not available.

1 method overrides TextimageInterface::getHeight()
Textimage::getHeight in src/Textimage.php
Returns the height of the Textimage.

File

src/TextimageInterface.php, line 150

Class

TextimageInterface
Provides an interface for Textimage objects.

Namespace

Drupal\textimage

Code

public function getHeight();