Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
PluginSettingsInterface.php | file | core/ |
|
PluginSettingsInterface::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
PluginSettingsInterface::getSetting | function | core/ |
Returns the value of a setting, or its default value if absent. |
PluginSettingsInterface::getSettings | function | core/ |
Returns the array of settings, including defaults for missing settings. |
PluginSettingsInterface::onDependencyRemoval | function | core/ |
Informs the plugin that some configuration it depends on will be deleted. |
PluginSettingsInterface::setSetting | function | core/ |
Sets the value of a setting for the plugin. |
PluginSettingsInterface::setSettings | function | core/ |
Sets the settings for the plugin. |
PluginWithFormsInterface | interface | core/ |
Provides an interface for plugins which have forms. |
PluginWithFormsInterface.php | file | core/ |
|
PluginWithFormsInterface::getFormClass | function | core/ |
Gets the form class for the given operation. |
PluginWithFormsInterface::hasFormClass | function | core/ |
Gets whether the plugin has a form class for the given operation. |
PluralFormulaInterface | interface | core/ |
An interface for a service providing plural formulae. |
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. |
PrefixFloodInterface | interface | core/ |
Defines an interface for flood controllers that clear by identifier prefix. |
PrefixFloodInterface.php | file | core/ |
|
PrefixFloodInterface::clearByPrefix | function | core/ |
Makes the flood control mechanism forget an event by identifier prefix. |
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. |
PreviewAwarePluginInterface | interface | core/ |
Provides an interface to support preview mode injection in plugins. |
PreviewAwarePluginInterface.php | file | core/ |
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.