public function TextimageInterface::getHeight in Textimage 8.4
Same name and namespace in other branches
- 8.3 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\textimageCode
public function getHeight();