Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
PluralFormulaInterface.php | file | core/ |
|
PluralFormulaInterface::getFormula | function | core/ |
Gets the plural formula for a langcode. |
PluralFormulaInterface::getNumberOfPlurals | function | core/ |
Returns the number of plurals supported by a given language. |
PluralFormulaInterface::reset | function | core/ |
Resets the static formulae cache. |
PluralFormulaInterface::setPluralFormula | function | core/ |
|
PoMetadataInterface | interface | core/ |
Methods required for both reader and writer implementations. |
PoMetadataInterface.php | file | core/ |
|
PoMetadataInterface::getHeader | function | core/ |
Get header metadata. |
PoMetadataInterface::getLangcode | function | core/ |
Get language code. |
PoMetadataInterface::setHeader | function | core/ |
Set header metadata. |
PoMetadataInterface::setLangcode | function | core/ |
Set language code. |
PoReaderInterface | interface | core/ |
Shared interface definition for all Gettext PO Readers. |
PoReaderInterface.php | file | core/ |
|
PoReaderInterface::readItem | function | core/ |
Reads and returns a PoItem (source/translation pair). |
PostPackageEventListenerInterface | interface | composer/ |
Interface for post package event listeners. |
PostPackageEventListenerInterface.php | file | composer/ |
|
PostPackageEventListenerInterface::event | function | composer/ |
Handles package events during a 'composer require' operation. |
PoStreamInterface | interface | core/ |
Common functions for file/stream based PO readers/writers. |
PoStreamInterface.php | file | core/ |
|
PoStreamInterface::close | function | core/ |
Close the stream. |
PoStreamInterface::getURI | function | core/ |
Gets the URI of the PO stream that is being read or written. |
PoStreamInterface::open | function | core/ |
Open the stream. Set the URI for the stream earlier with setURI(). |
PoStreamInterface::setURI | function | core/ |
Set the URI of the PO stream that is going to be read or written. |
PoWriterInterface | interface | core/ |
Shared interface definition for all Gettext PO Writers. |
PoWriterInterface.php | file | core/ |
|
PoWriterInterface::writeItem | function | core/ |
Writes the given item. |
PoWriterInterface::writeItems | function | core/ |
Writes all or the given amount of items. |
PreconfiguredFieldUiOptionsInterface | interface | core/ |
Defines an interface for exposing "preconfigured" field definitions. |
PreconfiguredFieldUiOptionsInterface.php | file | core/ |
|
PreconfiguredFieldUiOptionsInterface::getPreconfiguredOptions | function | core/ |
Returns preconfigured field options for a field type. |
PreloadableRouteProviderInterface | interface | core/ |
Extends the router provider interface to pre-load routes. |
PreloadableRouteProviderInterface.php | file | core/ |
|
PreloadableRouteProviderInterface::preLoadRoutes | function | core/ |
Pre-load routes by their names using the provided list of names. |
PreviewFallbackInterface | interface | core/ |
Allows an element to provide a fallback representation of itself for preview. |
PreviewFallbackInterface.php | file | core/ |
|
PreviewFallbackInterface::getPreviewFallbackString | function | core/ |
Returns a string to be used as a fallback during preview. |
PrimitiveDataNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
PrimitiveInterface | interface | core/ |
Interface for primitive data. |
PrimitiveInterface.php | file | core/ |
|
PrimitiveInterface::getCastedValue | function | core/ |
Gets the primitive data value casted to the correct PHP type. |
PrimitiveInterface::getValue | function | core/ |
Gets the primitive data value. |
PrimitiveInterface::setValue | function | core/ |
Sets the primitive data value. |
ProcessorInterface | interface | core/ |
Defines an interface for aggregator processor implementations. |
ProcessorInterface.php | file | core/ |
|
ProcessorInterface::delete | function | core/ |
Deletes stored feed data. |
ProcessorInterface::postProcess | function | core/ |
Refreshes feed information. |
ProcessorInterface::process | function | core/ |
Processes feed data. |
ProviderRepositoryInterface | interface | core/ |
Defines an interface for a collection of oEmbed provider information. |
ProviderRepositoryInterface.php | file | core/ |
|
ProviderRepositoryInterface::get | function | core/ |
Returns information for a specific oEmbed provider. |
Pagination
- Previous page
- Page 66
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.