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 |
|---|---|---|---|
| PhpStreamWrapperInterface::stream_metadata | function | core/ |
Sets metadata on the stream. |
| PhpStreamWrapperInterface::stream_open | function | core/ |
Opens file or URL. |
| PhpStreamWrapperInterface::stream_read | function | core/ |
Read from stream. |
| PhpStreamWrapperInterface::stream_seek | function | core/ |
Seeks to specific location in a stream. |
| PhpStreamWrapperInterface::stream_set_option | function | core/ |
Change stream options. |
| PhpStreamWrapperInterface::stream_stat | function | core/ |
Retrieve information about a file resource. |
| PhpStreamWrapperInterface::stream_tell | function | core/ |
Retrieve the current position of a stream. |
| PhpStreamWrapperInterface::stream_truncate | function | core/ |
Truncate stream. |
| PhpStreamWrapperInterface::stream_write | function | core/ |
Write to stream. |
| PhpStreamWrapperInterface::unlink | function | core/ |
Delete a file. |
| PhpStreamWrapperInterface::url_stat | function | core/ |
Retrieve information about a file. |
| PlaceholderGeneratorInterface | interface | core/ |
Defines an interface for turning a render array into a placeholder. |
| PlaceholderGeneratorInterface.php | file | core/ |
|
| PlaceholderGeneratorInterface::canCreatePlaceholder | function | core/ |
Analyzes whether the given render array can be placeholdered. |
| PlaceholderGeneratorInterface::createPlaceholder | function | core/ |
Turns the given element into a placeholder. |
| PlaceholderGeneratorInterface::shouldAutomaticallyPlaceholder | function | core/ |
Whether the given render array should be automatically placeholdered. |
| PlaceholderInterface | interface | core/ |
Interface for a query that accepts placeholders. |
| PlaceholderInterface.php | file | core/ |
|
| PlaceholderInterface::nextPlaceholder | function | core/ |
Returns the next placeholder ID for the query. |
| PlaceholderInterface::uniqueIdentifier | function | core/ |
Returns a unique identifier for this object. |
| PlaceholderStrategyInterface | interface | core/ |
Provides an interface for defining a placeholder strategy service. |
| PlaceholderStrategyInterface.php | file | core/ |
|
| PlaceholderStrategyInterface::processPlaceholders | function | core/ |
Processes placeholders to render them with different strategies. |
| PluginAwareInterface | interface | core/ |
Provides an interface for objects that depend on a plugin. |
| PluginAwareInterface.php | file | core/ |
|
| PluginAwareInterface::setPlugin | function | core/ |
Sets the plugin for this object. |
| PluginDefinitionInterface | interface | core/ |
Defines a plugin definition. |
| PluginDefinitionInterface.php | file | core/ |
|
| PluginDefinitionInterface::getClass | function | core/ |
Gets the class. |
| PluginDefinitionInterface::getProvider | function | core/ |
Gets the plugin provider. |
| PluginDefinitionInterface::id | function | core/ |
Gets the unique identifier of the plugin. |
| PluginDefinitionInterface::setClass | function | core/ |
Sets the class. |
| PluginExistsConstraint::$interface | property | core/ |
Optional name of the interface that the plugin must implement. |
| PluginExistsConstraint::$invalidInterfaceMessage | property | core/ |
The error message if a plugin does not implement the expected interface. |
| PluginFormFactoryInterface | interface | core/ |
Provides an interface for retrieving form objects for plugins. |
| PluginFormFactoryInterface.php | file | core/ |
|
| PluginFormFactoryInterface::createInstance | function | core/ |
Creates a new form instance. |
| PluginFormInterface | interface | core/ |
Provides an interface for an embeddable plugin form. |
| PluginFormInterface.php | file | core/ |
|
| PluginFormInterface::buildConfigurationForm | function | core/ |
Form constructor. |
| PluginFormInterface::submitConfigurationForm | function | core/ |
Form submission handler. |
| PluginFormInterface::validateConfigurationForm | function | core/ |
Form validation handler. |
| PluginInspectionInterface | interface | core/ |
Plugin interface for providing some metadata inspection. |
| PluginInspectionInterface.php | file | core/ |
|
| PluginInspectionInterface::getPluginDefinition | function | core/ |
Gets the definition of the plugin implementation. |
| PluginInspectionInterface::getPluginId | function | core/ |
Gets the plugin ID of the plugin instance. |
| PluginManagerBaseTest::getMockFactoryInterface | function | core/ |
Generates a mocked FactoryInterface object with known properties. |
| PluginManagerInterface | interface | core/ |
Interface implemented by plugin managers. |
| PluginManagerInterface.php | file | core/ |
|
| PluginSettingsInterface | interface | core/ |
Interface definition for plugin with settings. |
Pagination
- Previous page
- Page 65
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.