Search for interface

  1. Search 7.x for interface
  2. Search 8.9.x for interface
  3. Search 10.3.x for interface
  4. Search 11.x for interface
  5. Other projects
Title Object type File name Summary
PlaceholderGeneratorInterface.php file core/lib/Drupal/Core/Render/PlaceholderGeneratorInterface.php
PlaceholderGeneratorInterface::canCreatePlaceholder function core/lib/Drupal/Core/Render/PlaceholderGeneratorInterface.php Analyzes whether the given render array can be placeholdered.
PlaceholderGeneratorInterface::createPlaceholder function core/lib/Drupal/Core/Render/PlaceholderGeneratorInterface.php Turns the given element into a placeholder.
PlaceholderGeneratorInterface::shouldAutomaticallyPlaceholder function core/lib/Drupal/Core/Render/PlaceholderGeneratorInterface.php Whether the given render array should be automatically placeholdered.
PlaceholderInterface interface core/lib/Drupal/Core/Database/Query/PlaceholderInterface.php Interface for a query that accepts placeholders.
PlaceholderInterface.php file core/lib/Drupal/Core/Database/Query/PlaceholderInterface.php
PlaceholderInterface::nextPlaceholder function core/lib/Drupal/Core/Database/Query/PlaceholderInterface.php Returns the next placeholder ID for the query.
PlaceholderInterface::uniqueIdentifier function core/lib/Drupal/Core/Database/Query/PlaceholderInterface.php Returns a unique identifier for this object.
PlaceholderStrategyInterface interface core/lib/Drupal/Core/Render/Placeholder/PlaceholderStrategyInterface.php Provides an interface for defining a placeholder strategy service.
PlaceholderStrategyInterface.php file core/lib/Drupal/Core/Render/Placeholder/PlaceholderStrategyInterface.php
PlaceholderStrategyInterface::processPlaceholders function core/lib/Drupal/Core/Render/Placeholder/PlaceholderStrategyInterface.php Processes placeholders to render them with different strategies.
PluginAwareInterface interface core/lib/Drupal/Component/Plugin/PluginAwareInterface.php Provides an interface for objects that depend on a plugin.
PluginAwareInterface.php file core/lib/Drupal/Component/Plugin/PluginAwareInterface.php
PluginAwareInterface::setPlugin function core/lib/Drupal/Component/Plugin/PluginAwareInterface.php Sets the plugin for this object.
PluginDefinitionInterface interface core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php Defines a plugin definition.
PluginDefinitionInterface.php file core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php
PluginDefinitionInterface::getClass function core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php Gets the class.
PluginDefinitionInterface::getProvider function core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php Gets the plugin provider.
PluginDefinitionInterface::id function core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php Gets the unique identifier of the plugin.
PluginDefinitionInterface::setClass function core/lib/Drupal/Component/Plugin/Definition/PluginDefinitionInterface.php Sets the class.
PluginFormFactoryInterface interface core/lib/Drupal/Core/Plugin/PluginFormFactoryInterface.php Provides an interface for retrieving form objects for plugins.
PluginFormFactoryInterface.php file core/lib/Drupal/Core/Plugin/PluginFormFactoryInterface.php
PluginFormFactoryInterface::createInstance function core/lib/Drupal/Core/Plugin/PluginFormFactoryInterface.php Creates a new form instance.
PluginFormInterface interface core/lib/Drupal/Core/Plugin/PluginFormInterface.php Provides an interface for an embeddable plugin form.
PluginFormInterface.php file core/lib/Drupal/Core/Plugin/PluginFormInterface.php
PluginFormInterface::buildConfigurationForm function core/lib/Drupal/Core/Plugin/PluginFormInterface.php Form constructor.
PluginFormInterface::submitConfigurationForm function core/lib/Drupal/Core/Plugin/PluginFormInterface.php Form submission handler.
PluginFormInterface::validateConfigurationForm function core/lib/Drupal/Core/Plugin/PluginFormInterface.php Form validation handler.
PluginInspectionInterface interface core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php Plugin interface for providing some metadata inspection.
PluginInspectionInterface.php file core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php
PluginInspectionInterface::getPluginDefinition function core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php Gets the definition of the plugin implementation.
PluginInspectionInterface::getPluginId function core/lib/Drupal/Component/Plugin/PluginInspectionInterface.php Gets the plugin_id of the plugin instance.
PluginManagerBaseTest::getMockFactoryInterface function core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php Generates a mocked FactoryInterface object with known properties.
PluginManagerInterface interface core/lib/Drupal/Component/Plugin/PluginManagerInterface.php Interface implemented by plugin managers.
PluginManagerInterface.php file core/lib/Drupal/Component/Plugin/PluginManagerInterface.php
PluginSettingsInterface interface core/lib/Drupal/Core/Field/PluginSettingsInterface.php Interface definition for plugin with settings.
PluginSettingsInterface.php file core/lib/Drupal/Core/Field/PluginSettingsInterface.php
PluginSettingsInterface::defaultSettings function core/lib/Drupal/Core/Field/PluginSettingsInterface.php Defines the default settings for this plugin.
PluginSettingsInterface::getSetting function core/lib/Drupal/Core/Field/PluginSettingsInterface.php Returns the value of a setting, or its default value if absent.
PluginSettingsInterface::getSettings function core/lib/Drupal/Core/Field/PluginSettingsInterface.php Returns the array of settings, including defaults for missing settings.
PluginSettingsInterface::onDependencyRemoval function core/lib/Drupal/Core/Field/PluginSettingsInterface.php Informs the plugin that some configuration it depends on will be deleted.
PluginSettingsInterface::setSetting function core/lib/Drupal/Core/Field/PluginSettingsInterface.php Sets the value of a setting for the plugin.
PluginSettingsInterface::setSettings function core/lib/Drupal/Core/Field/PluginSettingsInterface.php Sets the settings for the plugin.
PluginWithFormsInterface interface core/lib/Drupal/Core/Plugin/PluginWithFormsInterface.php Provides an interface for plugins which have forms.
PluginWithFormsInterface.php file core/lib/Drupal/Core/Plugin/PluginWithFormsInterface.php
PluginWithFormsInterface::getFormClass function core/lib/Drupal/Core/Plugin/PluginWithFormsInterface.php Gets the form class for the given operation.
PluginWithFormsInterface::hasFormClass function core/lib/Drupal/Core/Plugin/PluginWithFormsInterface.php Gets whether the plugin has a form class for the given operation.
PluralFormulaInterface interface core/modules/locale/src/PluralFormulaInterface.php An interface for a service providing plural formulae.
PluralFormulaInterface.php file core/modules/locale/src/PluralFormulaInterface.php
PluralFormulaInterface::getFormula function core/modules/locale/src/PluralFormulaInterface.php Gets the plural formula for a langcode.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.