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
- Search main for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| HookAttributeInterface | interface | core/ |
Common interface for attributes used for hook discovery. |
| HookAttributeInterface.php | file | core/ |
|
| HtaccessWriterInterface | interface | core/ |
Interface for managing Apache .htaccess files. |
| HtaccessWriterInterface.php | file | core/ |
|
| HtaccessWriterInterface::defaultProtectedDirs | function | core/ |
Returns a list of the default protected directories. |
| HtaccessWriterInterface::ensure | function | core/ |
Creates a .htaccess file in each Drupal files directory if it is missing. |
| IconBuilderInterface | interface | core/ |
Provides an interface for building layout icons. |
| IconBuilderInterface.php | file | core/ |
|
| IconBuilderInterface::build | function | core/ |
Builds a render array representation of an SVG based on an icon map. |
| IconBuilderInterface::setHeight | function | core/ |
Sets the height. |
| IconBuilderInterface::setId | function | core/ |
Sets the ID. |
| IconBuilderInterface::setLabel | function | core/ |
Sets the label. |
| IconBuilderInterface::setPadding | function | core/ |
Sets the padding. |
| IconBuilderInterface::setStrokeWidth | function | core/ |
Sets the stroke width. |
| IconBuilderInterface::setWidth | function | core/ |
Sets the width. |
| IconDefinitionInterface | interface | core/ |
Interface for icon definition. |
| IconDefinitionInterface.php | file | core/ |
|
| IconDefinitionInterface::create | function | core/ |
Create an icon definition. |
| IconDefinitionInterface::createIconId | function | core/ |
Create an icon full id. |
| IconDefinitionInterface::getAllData | function | core/ |
Get all icon data. |
| IconDefinitionInterface::getData | function | core/ |
Get a specific icon data. |
| IconDefinitionInterface::getGroup | function | core/ |
Get the icon Group. |
| IconDefinitionInterface::getIconDataFromId | function | core/ |
Get icon id and pack id from an icon full id. |
| IconDefinitionInterface::getIconId | function | core/ |
Get the icon id. |
| IconDefinitionInterface::getId | function | core/ |
Get the full icon id. |
| 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. |
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.