You are here

public function TextimageFactoryInterface::isTextimage in Textimage 8.4

Same name and namespace in other branches
  1. 8.3 src/TextimageFactoryInterface.php \Drupal\textimage\TextimageFactoryInterface::isTextimage()

Checks if an image style is Textimage relevant.

Parameters

\Drupal\image\ImageStyleInterface $image_style: The image style to check.

Return value

bool TRUE if style is Textimage relevant, otherwise FALSE

1 method overrides TextimageFactoryInterface::isTextimage()
TextimageFactory::isTextimage in src/TextimageFactory.php
Checks if an image style is Textimage relevant.

File

src/TextimageFactoryInterface.php, line 65

Class

TextimageFactoryInterface
Provides an interface for TextimageFactory.

Namespace

Drupal\textimage

Code

public function isTextimage(ImageStyleInterface $image_style);