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

Breadcrumb

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

function ImageStyleInterface::deleteImageEffect

Deletes an image effect from this style.

Parameters

\Drupal\image\ImageEffectInterface $effect: The image effect object.

Return value

$this

1 method overrides ImageStyleInterface::deleteImageEffect()
ImageStyle::deleteImageEffect in core/modules/image/src/Entity/ImageStyle.php
Deletes an image effect from this style.

File

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

Class

ImageStyleInterface
Provides an interface defining an image style entity.

Namespace

Drupal\image

Code

public function deleteImageEffect(ImageEffectInterface $effect);

API Navigation

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