Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| PhpTuf\ComposerStager\API\Precondition\Service\NoSymlinksPointOutsideTheCodebaseInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Precondition\Service\NoSymlinksPointOutsideTheCodebase |
| PhpTuf\ComposerStager\API\Precondition\Service\NoUnsupportedLinksExistInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Precondition\Service\NoUnsupportedLinksExist |
| PhpTuf\ComposerStager\API\Precondition\Service\RsyncIsAvailableInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Precondition\Service\RsyncIsAvailable |
| PhpTuf\ComposerStager\API\Precondition\Service\StagerPreconditionsInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Precondition\Service\StagerPreconditions |
| PhpTuf\ComposerStager\API\Precondition\Service\StagingDirDoesNotExistInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Precondition\Service\StagingDirDoesNotExist |
| PhpTuf\ComposerStager\API\Precondition\Service\StagingDirExistsInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Precondition\Service\StagingDirExists |
| PhpTuf\ComposerStager\API\Precondition\Service\StagingDirIsReadyInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Precondition\Service\StagingDirIsReady |
| PhpTuf\ComposerStager\API\Precondition\Service\StagingDirIsWritableInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Precondition\Service\StagingDirIsWritable |
| PhpTuf\ComposerStager\API\Process\Factory\ProcessFactoryInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Process\Factory\ProcessFactory |
| PhpTuf\ComposerStager\API\Process\Service\ComposerProcessRunnerInterface | service | core/ |
Drupal\package_manager\ComposerRunner |
| PhpTuf\ComposerStager\API\Process\Service\OutputCallbackInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Process\Service\OutputCallback |
| PhpTuf\ComposerStager\API\Process\Service\ProcessInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Process\Service\Process |
| PhpTuf\ComposerStager\API\Process\Service\RsyncProcessRunnerInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Process\Service\RsyncProcessRunner |
| PhpTuf\ComposerStager\API\Translation\Factory\TranslatableFactoryInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Translation\Factory\TranslatableFactory |
| PhpTuf\ComposerStager\API\Translation\Service\DomainOptionsInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Translation\Service\DomainOptions |
| PhpTuf\ComposerStager\API\Translation\Service\LocaleOptionsInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Translation\Service\LocaleOptions |
| PhpTuf\ComposerStager\API\Translation\Service\TranslatorInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Translation\Service\Translator |
| PhpTuf\ComposerStager\Internal\Path\Service\PathHelperInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Path\Service\PathHelper |
| PhpTuf\ComposerStager\Internal\Process\Factory\SymfonyProcessFactoryInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Process\Factory\SymfonyProcessFactory |
| PhpTuf\ComposerStager\Internal\Process\Service\OutputCallbackAdapterInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Process\Service\OutputCallbackAdapter |
| PhpTuf\ComposerStager\Internal\Translation\Service\SymfonyTranslatorProxyInterface | service | core/ |
PhpTuf\ComposerStager\Internal\Translation\Service\SymfonyTranslatorProxy |
| 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::createPlaceholderTag | function | core/ |
Generates a placeholder HTML tag. |
| 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/ |
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.