Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 8.9.x for interface
  4. Search 10.3.x for interface
  5. Other projects
Title Object type File name Summary
PhpTuf\ComposerStager\API\Precondition\Service\StagingDirExistsInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Precondition\Service\StagingDirExists
PhpTuf\ComposerStager\API\Precondition\Service\StagingDirIsReadyInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Precondition\Service\StagingDirIsReady
PhpTuf\ComposerStager\API\Precondition\Service\StagingDirIsWritableInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Precondition\Service\StagingDirIsWritable
PhpTuf\ComposerStager\API\Process\Factory\ProcessFactoryInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Process\Factory\ProcessFactory
PhpTuf\ComposerStager\API\Process\Service\ComposerProcessRunnerInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Process\Service\ComposerProcessRunner
PhpTuf\ComposerStager\API\Process\Service\OutputCallbackInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Process\Service\OutputCallback
PhpTuf\ComposerStager\API\Process\Service\ProcessInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Process\Service\Process
PhpTuf\ComposerStager\API\Process\Service\RsyncProcessRunnerInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Process\Service\RsyncProcessRunner
PhpTuf\ComposerStager\API\Translation\Factory\TranslatableFactoryInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Translation\Factory\TranslatableFactory
PhpTuf\ComposerStager\API\Translation\Service\DomainOptionsInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Translation\Service\DomainOptions
PhpTuf\ComposerStager\API\Translation\Service\LocaleOptionsInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Translation\Service\LocaleOptions
PhpTuf\ComposerStager\API\Translation\Service\TranslatorInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Translation\Service\Translator
PhpTuf\ComposerStager\Internal\Path\Service\PathHelperInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Path\Service\PathHelper
PhpTuf\ComposerStager\Internal\Process\Factory\SymfonyProcessFactoryInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Process\Factory\SymfonyProcessFactory
PhpTuf\ComposerStager\Internal\Process\Service\OutputCallbackAdapterInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Process\Service\OutputCallbackAdapter
PhpTuf\ComposerStager\Internal\Translation\Service\SymfonyTranslatorProxyInterface service core/modules/package_manager/package_manager.services.yml PhpTuf\ComposerStager\Internal\Translation\Service\SymfonyTranslatorProxy
PlaceholderGeneratorInterface interface core/lib/Drupal/Core/Render/PlaceholderGeneratorInterface.php Defines an interface for turning a render array into a placeholder.
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::createPlaceholderTag function core/lib/Drupal/Core/Render/PlaceholderGeneratorInterface.php Generates a placeholder HTML tag.
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.
PluginExistsConstraint::$interface property core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraint.php Optional name of the interface that the plugin must implement.
PluginExistsConstraint::$invalidInterfaceMessage property core/lib/Drupal/Core/Plugin/Plugin/Validation/Constraint/PluginExistsConstraint.php The error message if a plugin does not implement the expected interface.
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

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