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
IconDefinitionInterface interface core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Interface for icon definition.
IconDefinitionInterface.php file core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php
IconDefinitionInterface::create function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Create an icon definition.
IconDefinitionInterface::createIconId function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Create an icon full id.
IconDefinitionInterface::getAllData function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get all icon data.
IconDefinitionInterface::getData function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get a specific icon data.
IconDefinitionInterface::getGroup function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get the icon Group.
IconDefinitionInterface::getIconDataFromId function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get icon id and pack id from an icon full id.
IconDefinitionInterface::getIconId function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get the icon id.
IconDefinitionInterface::getId function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get the full icon id.
IconDefinitionInterface::getLabel function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get the icon label as human friendly.
IconDefinitionInterface::getLibrary function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get the icon Twig library.
IconDefinitionInterface::getPackId function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get the icon Pack id.
IconDefinitionInterface::getPackLabel function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get the icon pack label.
IconDefinitionInterface::getRenderable function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get the icon renderable element array.
IconDefinitionInterface::getSource function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get the icon source, path or url.
IconDefinitionInterface::getTemplate function core/lib/Drupal/Core/Theme/Icon/IconDefinitionInterface.php Get the icon Twig template.
IconExtractorInterface interface core/lib/Drupal/Core/Theme/Icon/IconExtractorInterface.php Interface for icon_extractor plugins.
IconExtractorInterface.php file core/lib/Drupal/Core/Theme/Icon/IconExtractorInterface.php
IconExtractorInterface::createIcon function core/lib/Drupal/Core/Theme/Icon/IconExtractorInterface.php Create the icon definition from an extractor plugin.
IconExtractorInterface::description function core/lib/Drupal/Core/Theme/Icon/IconExtractorInterface.php Returns the translated plugin description.
IconExtractorInterface::discoverIcons function core/lib/Drupal/Core/Theme/Icon/IconExtractorInterface.php Get a list of all the icons discovered by this extractor.
IconExtractorInterface::label function core/lib/Drupal/Core/Theme/Icon/IconExtractorInterface.php Returns the translated plugin label.
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.

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