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 |
---|---|---|---|
ChainRequestPolicyInterface.php | file | core/ |
|
ChainRequestPolicyInterface::addPolicy | function | core/ |
Add a policy to the list of policy rules. |
ChainResponsePolicyInterface | interface | core/ |
Defines the interface for compound request policies. |
ChainResponsePolicyInterface.php | file | core/ |
|
ChainResponsePolicyInterface::addPolicy | function | core/ |
Add a policy to the list of policy rules. |
CheckpointListInterface | interface | core/ |
Maintains a list of checkpoints. |
CheckpointListInterface.php | file | core/ |
|
CheckpointListInterface::add | function | core/ |
Adds a new checkpoint. |
CheckpointListInterface::delete | function | core/ |
Deletes a checkpoint. |
CheckpointListInterface::deleteAll | function | core/ |
Deletes all checkpoints. |
CheckpointListInterface::get | function | core/ |
Gets a checkpoint. |
CheckpointListInterface::getActiveCheckpoint | function | core/ |
Gets the active checkpoint. |
CheckpointListInterface::getParents | function | core/ |
Gets a checkpoint's parents. |
CheckpointStorageInterface | interface | core/ |
Provides an interface for checkpoint storages. |
CheckpointStorageInterface.php | file | core/ |
|
CheckpointStorageInterface::checkpoint | function | core/ |
Creates a checkpoint, if required, and returns the active checkpoint. |
CheckpointStorageInterface::setCheckpointToReadFrom | function | core/ |
Sets the checkpoint to read from. |
CheckProviderInterface | interface | core/ |
Provides the available access checkers by service IDs. |
CheckProviderInterface.php | file | core/ |
|
CheckProviderInterface::addCheckService | function | core/ |
Registers a new AccessCheck by service ID. |
CheckProviderInterface::getChecksNeedRequest | function | core/ |
A list of checks that needs the request. |
CheckProviderInterface::loadCheck | function | core/ |
Lazy-loads access check services. |
CheckProviderInterface::setChecks | function | core/ |
For each route, saves a list of applicable access checks to the route. |
ChmodInterface | interface | core/ |
Defines an interface to chmod files. |
ChmodInterface.php | file | core/ |
|
ChmodInterface::chmodJailed | function | core/ |
Changes the permissions of the file / directory specified in $path. |
CKEditor4To5UpgradePluginInterface | interface | core/ |
Defines an interface for CKEditor 4 to 5 upgrade plugins. |
CKEditor4To5UpgradePluginInterface.php | file | core/ |
|
CKEditor4To5UpgradePluginInterface::computeCKEditor5PluginSubsetConfiguration | function | core/ |
Computes elements subset configuration for CKEditor 5 plugin. |
CKEditor4To5UpgradePluginInterface::mapCKEditor4SettingsToCKEditor5Configuration | function | core/ |
Maps CKEditor 4 settings to the CKEditor 5 equivalent, if needed. |
CKEditor4To5UpgradePluginInterface::mapCKEditor4ToolbarButtonToCKEditor5ToolbarItem | function | core/ |
Maps a CKEditor 4 button to the CKEditor 5 equivalent, if it exists. |
CKEditor5PluginConfigurableInterface | interface | core/ |
Defines an interface for configurable CKEditor 5 plugins. |
CKEditor5PluginConfigurableInterface.php | file | core/ |
|
CKEditor5PluginElementsSubsetInterface | interface | core/ |
Defines an interface for plugins that can support an elements subset. |
CKEditor5PluginElementsSubsetInterface.php | file | core/ |
|
CKEditor5PluginElementsSubsetInterface::getElementsSubset | function | core/ |
Returns a configured subset of the elements supported by this plugin. |
CKEditor5PluginInterface | interface | core/ |
Defines an interface for CKEditor 5 plugins. |
CKEditor5PluginInterface.php | file | core/ |
|
CKEditor5PluginInterface::getDynamicPluginConfig | function | core/ |
Allows a plugin to modify its static configuration. |
CKEditor5PluginManagerInterface | interface | core/ |
Provides the interface for a plugin manager of CKEditor 5 plugins. |
CKEditor5PluginManagerInterface.php | file | core/ |
|
CKEditor5PluginManagerInterface::findPluginSupportingElement | function | core/ |
Searches for CKEditor 5 plugin that supports a given tag. |
CKEditor5PluginManagerInterface::getAdminLibraries | function | core/ |
Gets a list of all admin library names. |
CKEditor5PluginManagerInterface::getCKEditor5PluginConfig | function | core/ |
Gets the configuration for the CKEditor 5 plugins enabled in this editor. |
CKEditor5PluginManagerInterface::getEnabledDefinitions | function | core/ |
Filter list of definitions by enabled plugins only. |
CKEditor5PluginManagerInterface::getEnabledLibraries | function | core/ |
Gets a list of libraries required for the editor. |
CKEditor5PluginManagerInterface::getPlugin | function | core/ |
Returns a CKEditor 5 plugin with configuration from the editor. |
CKEditor5PluginManagerInterface::getProvidedElements | function | core/ |
Gets all supported elements for the given plugins and text editor. |
CKEditor5PluginManagerInterface::getToolbarItems | function | core/ |
Gets a list of all toolbar items. |
ClassFinderInterface | interface | core/ |
Finds a class in a PSR-0 structure. |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.