Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ImageStyleInterface.php

function ImageStyleInterface::getDerivativeExtension

Determines the extension of the derivative without generating it.

Parameters

string $extension: The file extension of the original image.

Return value

string The extension the derivative image will have, given the extension of the original.

1 method overrides ImageStyleInterface::getDerivativeExtension()
ImageStyle::getDerivativeExtension in core/modules/image/src/Entity/ImageStyle.php
Determines the extension of the derivative without generating it.

File

core/modules/image/src/ImageStyleInterface.php, line 140

Class

ImageStyleInterface
Provides an interface defining an image style entity.

Namespace

Drupal\image

Code

public function getDerivativeExtension($extension);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal