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 |
|---|---|---|---|
| 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. |
| 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. |
| PluginInterface | interface | core/ |
|
| PluginInterface.php | file | core/ |
|
| 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. |
| 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. |
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.