Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 8.9.x for interface
  4. Search 10.3.x for interface
  5. Other projects
Title Object type File name Summary
IconExtractorInterface::loadIcon function core/lib/Drupal/Core/Theme/Icon/IconExtractorInterface.php Load an icon object.
IconExtractorWithFinderInterface interface core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinderInterface.php Interface for icon_extractor plugins.
IconExtractorWithFinderInterface.php file core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinderInterface.php
IconExtractorWithFinderInterface::getFilesFromSources function core/lib/Drupal/Core/Theme/Icon/IconExtractorWithFinderInterface.php Create files data from sources config.
IconFinderInterface interface core/lib/Drupal/Core/Theme/Icon/IconFinderInterface.php Interface for icon finder.
IconFinderInterface.php file core/lib/Drupal/Core/Theme/Icon/IconFinderInterface.php
IconFinderInterface::getFileContents function core/lib/Drupal/Core/Theme/Icon/IconFinderInterface.php Wrapper to the file_get_contents function.
IconFinderInterface::getFilesFromSources function core/lib/Drupal/Core/Theme/Icon/IconFinderInterface.php Create files from source paths.
IconPackManagerInterface interface core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManagerInterface.php Interface for icon pack manager.
IconPackManagerInterface.php file core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManagerInterface.php
IconPackManagerInterface::getExtractorFormDefaults function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManagerInterface.php Retrieve extractor default options.
IconPackManagerInterface::getExtractorPluginForms function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManagerInterface.php Retrieve extractor forms based on the provided icon set limit.
IconPackManagerInterface::getIcon function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManagerInterface.php Get definition of a specific icon.
IconPackManagerInterface::getIcons function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManagerInterface.php Get a list of all the icons within definitions.
IconPackManagerInterface::listIconPackOptions function core/lib/Drupal/Core/Theme/Icon/Plugin/IconPackManagerInterface.php Populates a key-value pair of available icon pack.
ImageAdminStylesTest::testFlushUserInterface function core/modules/image/tests/src/Functional/ImageAdminStylesTest.php Tests flush user interface.
ImageEffectInterface interface core/modules/image/src/ImageEffectInterface.php Defines the interface for image effects.
ImageEffectInterface.php file core/modules/image/src/ImageEffectInterface.php
ImageEffectInterface::applyEffect function core/modules/image/src/ImageEffectInterface.php Applies an image effect to the image object.
ImageEffectInterface::getDerivativeExtension function core/modules/image/src/ImageEffectInterface.php Returns the extension of the derivative after applying this image effect.
ImageEffectInterface::getSummary function core/modules/image/src/ImageEffectInterface.php Returns a render array summarizing the configuration of the image effect.
ImageEffectInterface::getUuid function core/modules/image/src/ImageEffectInterface.php Returns the unique ID representing the image effect.
ImageEffectInterface::getWeight function core/modules/image/src/ImageEffectInterface.php Returns the weight of the image effect.
ImageEffectInterface::label function core/modules/image/src/ImageEffectInterface.php Returns the image effect label.
ImageEffectInterface::setWeight function core/modules/image/src/ImageEffectInterface.php Sets the weight for this image effect.
ImageEffectInterface::transformDimensions function core/modules/image/src/ImageEffectInterface.php Determines the dimensions of the styled image.
ImageInterface interface core/lib/Drupal/Core/Image/ImageInterface.php Provides an interface for image objects.
ImageInterface.php file core/lib/Drupal/Core/Image/ImageInterface.php
ImageInterface::apply function core/lib/Drupal/Core/Image/ImageInterface.php Applies a toolkit operation to the image.
ImageInterface::convert function core/lib/Drupal/Core/Image/ImageInterface.php Converts an image to the format specified by the extension.
ImageInterface::createNew function core/lib/Drupal/Core/Image/ImageInterface.php Prepares a new image, without loading it from a file.
ImageInterface::crop function core/lib/Drupal/Core/Image/ImageInterface.php Crops an image to a rectangle specified by the given dimensions.
ImageInterface::desaturate function core/lib/Drupal/Core/Image/ImageInterface.php Converts an image to grayscale.
ImageInterface::getFileSize function core/lib/Drupal/Core/Image/ImageInterface.php Returns the size of the image file.
ImageInterface::getHeight function core/lib/Drupal/Core/Image/ImageInterface.php Returns the height of the image.
ImageInterface::getMimeType function core/lib/Drupal/Core/Image/ImageInterface.php Returns the MIME type of the image file.
ImageInterface::getSource function core/lib/Drupal/Core/Image/ImageInterface.php Retrieves the source path of the image file.
ImageInterface::getToolkit function core/lib/Drupal/Core/Image/ImageInterface.php Returns the image toolkit used for this image file.
ImageInterface::getToolkitId function core/lib/Drupal/Core/Image/ImageInterface.php Returns the ID of the image toolkit used for this image file.
ImageInterface::getWidth function core/lib/Drupal/Core/Image/ImageInterface.php Returns the width of the image.
ImageInterface::isValid function core/lib/Drupal/Core/Image/ImageInterface.php Checks if the image is valid.
ImageInterface::resize function core/lib/Drupal/Core/Image/ImageInterface.php Resizes an image to the given dimensions (ignoring aspect ratio).
ImageInterface::rotate function core/lib/Drupal/Core/Image/ImageInterface.php Rotates an image by the given number of degrees.
ImageInterface::save function core/lib/Drupal/Core/Image/ImageInterface.php Closes the image and saves the changes to a file.
ImageInterface::scale function core/lib/Drupal/Core/Image/ImageInterface.php Scales an image while maintaining aspect ratio.
ImageInterface::scaleAndCrop function core/lib/Drupal/Core/Image/ImageInterface.php Scales an image to the exact width and height given.
ImageStyleInterface interface core/modules/image/src/ImageStyleInterface.php Provides an interface defining an image style entity.
ImageStyleInterface.php file core/modules/image/src/ImageStyleInterface.php
ImageStyleInterface::addImageEffect function core/modules/image/src/ImageStyleInterface.php Saves an image effect for this style.
ImageStyleInterface::buildUri function core/modules/image/src/ImageStyleInterface.php Returns the URI of this image when using this style.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.