You are here

public function TextimageInterface::getWidth in Textimage 8.3

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

Returns the width of the Textimage.

Return value

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

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

File

src/TextimageInterface.php, line 158

Class

TextimageInterface
Provides an interface for Textimage objects.

Namespace

Drupal\textimage

Code

public function getWidth();