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 |
|---|---|---|---|
| ObjectWithPluginCollectionInterface | interface | core/ |
Provides an interface for an object using a plugin collection. |
| ObjectWithPluginCollectionInterface.php | file | core/ |
|
| ObjectWithPluginCollectionInterface::getPluginCollections | function | core/ |
Gets the plugin collections used by this object. |
| OEmbedInterface | interface | core/ |
Defines additional functionality for source plugins that use oEmbed. |
| OEmbedInterface.php | file | core/ |
|
| OEmbedInterface::getProviders | function | core/ |
Returns the oEmbed provider names. |
| OpenerResolverInterface | interface | core/ |
Defines an interface to get a media library opener from the container. |
| OpenerResolverInterface.php | file | core/ |
|
| OpenerResolverInterface::get | function | core/ |
Gets a media library opener service from the container. |
| OperationInterface | interface | composer/ |
Interface for scaffold operation objects. |
| OperationInterface.php | file | composer/ |
|
| OperationInterface::contents | function | composer/ |
Returns the exact data that will be written to the scaffold files. |
| OperationInterface::process | function | composer/ |
Process this scaffold operation. |
| OperationInterface::scaffoldAtNewLocation | function | composer/ |
Determines what to do if operation is used without a previous operation. |
| OperationInterface::scaffoldOverExistingTarget | function | composer/ |
Determines what to do if operation is used at same path as a previous op. |
| OptionsProviderInterface | interface | core/ |
Interface for retrieving all possible and settable values. |
| OptionsProviderInterface.php | file | core/ |
|
| OptionsProviderInterface::getPossibleOptions | function | core/ |
Returns an array of possible values with labels for display. |
| OptionsProviderInterface::getPossibleValues | function | core/ |
Returns an array of possible values. |
| OptionsProviderInterface::getSettableOptions | function | core/ |
Returns an array of settable values with labels for display. |
| OptionsProviderInterface::getSettableValues | function | core/ |
Returns an array of settable values. |
| OrderInterface | interface | core/ |
Interface for order specifiers used in hook attributes. |
| OrderInterface.php | file | core/ |
|
| OrderInterface::getOperation | function | core/ |
Gets order operations specified by this object. |
| OutboundPathProcessorInterface | interface | core/ |
Defines an interface for classes that process the outbound path. |
| OutboundPathProcessorInterface.php | file | core/ |
|
| OutboundPathProcessorInterface::processOutbound | function | core/ |
Processes the outbound path. |
| OutboundRouteProcessorInterface | interface | core/ |
Defines an interface for classes that process the outbound route. |
| OutboundRouteProcessorInterface.php | file | core/ |
|
| OutboundRouteProcessorInterface::processOutbound | function | core/ |
Processes the outbound route. |
| OutputStrategyInterface | interface | core/ |
Provides an output strategy that formats HTML strings for a given context. |
| OutputStrategyInterface.php | file | core/ |
|
| OutputStrategyInterface::renderFromHtml | function | core/ |
Transforms a given HTML string into to a context-appropriate output string. |
| OverridesSectionStorageInterface | interface | core/ |
Defines an interface for an object that stores layout sections for overrides. |
| OverridesSectionStorageInterface.php | file | core/ |
|
| OverridesSectionStorageInterface::getDefaultSectionStorage | function | core/ |
Returns the corresponding defaults section storage for this override. |
| OverridesSectionStorageInterface::isOverridden | function | core/ |
Indicates if overrides are in use. |
| PagerManagerInterface | interface | core/ |
This is a service for pager information. |
| PagerManagerInterface.php | file | core/ |
|
| PagerManagerInterface::createPager | function | core/ |
Initializes a pager. |
| PagerManagerInterface::findPage | function | core/ |
Returns the current page being requested for display within a pager. |
| PagerManagerInterface::getMaxPagerElementId | function | core/ |
Gets the extent of the pager page element IDs. |
| PagerManagerInterface::getPager | function | core/ |
Gets a pager from the static cache. |
| PagerManagerInterface::getUpdatedParameters | function | core/ |
Gets the URL query parameter array of a pager link. |
| PagerManagerInterface::reservePagerElementId | function | core/ |
Reserve a pager element ID. |
| PagerParametersInterface | interface | core/ |
Interface describing pager information contained within the request. |
| PagerParametersInterface.php | file | core/ |
|
| PagerParametersInterface::findPage | function | core/ |
Returns the current page being requested for display within a pager. |
| PagerParametersInterface::getPagerParameter | function | core/ |
Gets the 'page' query parameter for the current request. |
| PagerParametersInterface::getPagerQuery | function | core/ |
Gets the request query parameter. |
Pagination
- Previous page
- Page 63
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.