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 |
---|---|---|---|
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. |
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. |
PagerParametersInterface::getQueryParameters | function | core/ |
Gets all request URL query parameters that are unrelated to paging. |
PageVariantInterface | interface | core/ |
Provides an interface for PageDisplayVariant plugins. |
PageVariantInterface.php | file | core/ |
|
PageVariantInterface::setMainContent | function | core/ |
Sets the main content for the page being rendered. |
PageVariantInterface::setTitle | function | core/ |
Sets the title for the page being rendered. |
ParamConverterInterface | interface | core/ |
Interface for parameter converters. |
ParamConverterInterface.php | file | core/ |
|
ParamConverterInterface::applies | function | core/ |
Determines if the converter applies to a specific route and variable. |
ParamConverterInterface::convert | function | core/ |
Converts path variables to their corresponding objects. |
ParamConverterManagerInterface | interface | core/ |
Provides an interface for a parameter converter manager. |
ParamConverterManagerInterface.php | file | core/ |
|
ParamConverterManagerInterface::addConverter | function | core/ |
Registers a parameter converter with the manager. |
ParamConverterManagerInterface::convert | function | core/ |
Invokes the registered converter for each defined parameter on a route. |
ParamConverterManagerInterface::getConverter | function | core/ |
Lazy-loads converter services. |
ParamConverterManagerInterface::setRouteParameterConverters | function | core/ |
Saves a list of applicable converters to each route. |
Pagination
- Previous page
- Page 64
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.