Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
IconDefinitionInterface::getLabel | function | core/ |
Get the icon label as human friendly. |
IconDefinitionInterface::getLibrary | function | core/ |
Get the icon Twig library. |
IconDefinitionInterface::getPackId | function | core/ |
Get the icon Pack id. |
IconDefinitionInterface::getPackLabel | function | core/ |
Get the icon pack label. |
IconDefinitionInterface::getRenderable | function | core/ |
Get the icon renderable element array. |
IconDefinitionInterface::getSource | function | core/ |
Get the icon source, path or url. |
IconDefinitionInterface::getTemplate | function | core/ |
Get the icon Twig template. |
IconExtractorInterface | interface | core/ |
Interface for icon_extractor plugins. |
IconExtractorInterface.php | file | core/ |
|
IconExtractorInterface::createIcon | function | core/ |
Create the icon definition from an extractor plugin. |
IconExtractorInterface::description | function | core/ |
Returns the translated plugin description. |
IconExtractorInterface::discoverIcons | function | core/ |
Get a list of all the icons discovered by this extractor. |
IconExtractorInterface::label | function | core/ |
Returns the translated plugin label. |
IconExtractorInterface::loadIcon | function | core/ |
Load an icon object. |
IconExtractorWithFinderInterface | interface | core/ |
Interface for icon_extractor plugins. |
IconExtractorWithFinderInterface.php | file | core/ |
|
IconExtractorWithFinderInterface::getFilesFromSources | function | core/ |
Create files data from sources config. |
IconFinderInterface | interface | core/ |
Interface for icon finder. |
IconFinderInterface.php | file | core/ |
|
IconFinderInterface::getFileContents | function | core/ |
Wrapper to the file_get_contents function. |
IconFinderInterface::getFilesFromSources | function | core/ |
Create files from source paths. |
IconPackManagerInterface | interface | core/ |
Interface for icon pack manager. |
IconPackManagerInterface.php | file | core/ |
|
IconPackManagerInterface::getExtractorFormDefaults | function | core/ |
Retrieve extractor default options. |
IconPackManagerInterface::getExtractorPluginForms | function | core/ |
Retrieve extractor forms based on the provided icon set limit. |
IconPackManagerInterface::getIcon | function | core/ |
Get definition of a specific icon. |
IconPackManagerInterface::getIcons | function | core/ |
Get a list of all the icons within definitions. |
IconPackManagerInterface::listIconPackOptions | function | core/ |
Populates a key-value pair of available icon pack. |
ImageAdminStylesTest::testFlushUserInterface | function | core/ |
Tests flush user interface. |
ImageEffectInterface | interface | core/ |
Defines the interface for image effects. |
ImageEffectInterface.php | file | core/ |
|
ImageEffectInterface::applyEffect | function | core/ |
Applies an image effect to the image object. |
ImageEffectInterface::getDerivativeExtension | function | core/ |
Returns the extension of the derivative after applying this image effect. |
ImageEffectInterface::getSummary | function | core/ |
Returns a render array summarizing the configuration of the image effect. |
ImageEffectInterface::getUuid | function | core/ |
Returns the unique ID representing the image effect. |
ImageEffectInterface::getWeight | function | core/ |
Returns the weight of the image effect. |
ImageEffectInterface::label | function | core/ |
Returns the image effect label. |
ImageEffectInterface::setWeight | function | core/ |
Sets the weight for this image effect. |
ImageEffectInterface::transformDimensions | function | core/ |
Determines the dimensions of the styled image. |
ImageInterface | interface | core/ |
Provides an interface for image objects. |
ImageInterface.php | file | core/ |
|
ImageInterface::apply | function | core/ |
Applies a toolkit operation to the image. |
ImageInterface::convert | function | core/ |
Converts an image to the format specified by the extension. |
ImageInterface::createNew | function | core/ |
Prepares a new image, without loading it from a file. |
ImageInterface::crop | function | core/ |
Crops an image to a rectangle specified by the given dimensions. |
ImageInterface::desaturate | function | core/ |
Converts an image to grayscale. |
ImageInterface::getFileSize | function | core/ |
Returns the size of the image file. |
ImageInterface::getHeight | function | core/ |
Returns the height of the image. |
ImageInterface::getMimeType | function | core/ |
Returns the MIME type of the image file. |
ImageInterface::getSource | function | core/ |
Retrieves the source path of the image file. |
Pagination
- Previous page
- Page 45
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.