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
CheckProviderInterface::addCheckService function core/lib/Drupal/Core/Access/CheckProviderInterface.php Registers a new AccessCheck by service ID.
CheckProviderInterface::getChecksNeedRequest function core/lib/Drupal/Core/Access/CheckProviderInterface.php A list of checks that needs the request.
CheckProviderInterface::loadCheck function core/lib/Drupal/Core/Access/CheckProviderInterface.php Lazy-loads access check services.
CheckProviderInterface::setChecks function core/lib/Drupal/Core/Access/CheckProviderInterface.php For each route, saves a list of applicable access checks to the route.
ChmodInterface interface core/lib/Drupal/Core/FileTransfer/ChmodInterface.php Defines an interface to chmod files.
ChmodInterface.php file core/lib/Drupal/Core/FileTransfer/ChmodInterface.php
ChmodInterface::chmodJailed function core/lib/Drupal/Core/FileTransfer/ChmodInterface.php Changes the permissions of the file / directory specified in $path.
CKEditor4To5UpgradePluginInterface interface core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginInterface.php Defines an interface for CKEditor 4 to 5 upgrade plugins.
CKEditor4To5UpgradePluginInterface.php file core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginInterface.php
CKEditor4To5UpgradePluginInterface::computeCKEditor5PluginSubsetConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginInterface.php Computes elements subset configuration for CKEditor 5 plugin.
CKEditor4To5UpgradePluginInterface::mapCKEditor4SettingsToCKEditor5Configuration function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginInterface.php Maps CKEditor 4 settings to the CKEditor 5 equivalent, if needed.
CKEditor4To5UpgradePluginInterface::mapCKEditor4ToolbarButtonToCKEditor5ToolbarItem function core/modules/ckeditor5/src/Plugin/CKEditor4To5UpgradePluginInterface.php Maps a CKEditor 4 button to the CKEditor 5 equivalent, if it exists.
CKEditor5PluginConfigurableInterface interface core/modules/ckeditor5/src/Plugin/CKEditor5PluginConfigurableInterface.php Defines an interface for configurable CKEditor 5 plugins.
CKEditor5PluginConfigurableInterface.php file core/modules/ckeditor5/src/Plugin/CKEditor5PluginConfigurableInterface.php
CKEditor5PluginElementsSubsetInterface interface core/modules/ckeditor5/src/Plugin/CKEditor5PluginElementsSubsetInterface.php Defines an interface for plugins that can support an elements subset.
CKEditor5PluginElementsSubsetInterface.php file core/modules/ckeditor5/src/Plugin/CKEditor5PluginElementsSubsetInterface.php
CKEditor5PluginElementsSubsetInterface::getElementsSubset function core/modules/ckeditor5/src/Plugin/CKEditor5PluginElementsSubsetInterface.php Returns a configured subset of the elements supported by this plugin.
CKEditor5PluginInterface interface core/modules/ckeditor5/src/Plugin/CKEditor5PluginInterface.php Defines an interface for CKEditor 5 plugins.
CKEditor5PluginInterface.php file core/modules/ckeditor5/src/Plugin/CKEditor5PluginInterface.php
CKEditor5PluginInterface::getDynamicPluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5PluginInterface.php Allows a plugin to modify its static configuration.
CKEditor5PluginManagerInterface interface core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Provides the interface for a plugin manager of CKEditor 5 plugins.
CKEditor5PluginManagerInterface.php file core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php
CKEditor5PluginManagerInterface::findPluginSupportingElement function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Searches for CKEditor 5 plugin that supports a given tag.
CKEditor5PluginManagerInterface::getAdminLibraries function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Gets a list of all admin library names.
CKEditor5PluginManagerInterface::getCKEditor5PluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Gets the configuration for the CKEditor 5 plugins enabled in this editor.
CKEditor5PluginManagerInterface::getEnabledDefinitions function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Filter list of definitions by enabled plugins only.
CKEditor5PluginManagerInterface::getEnabledLibraries function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Gets a list of libraries required for the editor.
CKEditor5PluginManagerInterface::getPlugin function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Returns a CKEditor 5 plugin with configuration from the editor.
CKEditor5PluginManagerInterface::getProvidedElements function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Gets all supported elements for the given plugins and text editor.
CKEditor5PluginManagerInterface::getToolbarItems function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Gets a list of all toolbar items.
CKEditorPluginButtonsInterface interface core/modules/ckeditor/src/CKEditorPluginButtonsInterface.php Defines an interface for CKEditor plugins with buttons.
CKEditorPluginButtonsInterface.php file core/modules/ckeditor/src/CKEditorPluginButtonsInterface.php
CKEditorPluginButtonsInterface::getButtons function core/modules/ckeditor/src/CKEditorPluginButtonsInterface.php Returns the buttons that this plugin provides, along with metadata.
CKEditorPluginConfigurableInterface interface core/modules/ckeditor/src/CKEditorPluginConfigurableInterface.php Defines an interface for configurable CKEditor plugins.
CKEditorPluginConfigurableInterface.php file core/modules/ckeditor/src/CKEditorPluginConfigurableInterface.php
CKEditorPluginConfigurableInterface::settingsForm function core/modules/ckeditor/src/CKEditorPluginConfigurableInterface.php Returns a settings form to configure this CKEditor plugin.
CKEditorPluginContextualInterface interface core/modules/ckeditor/src/CKEditorPluginContextualInterface.php Defines an interface for contextually enabled CKEditor plugins.
CKEditorPluginContextualInterface.php file core/modules/ckeditor/src/CKEditorPluginContextualInterface.php
CKEditorPluginContextualInterface::isEnabled function core/modules/ckeditor/src/CKEditorPluginContextualInterface.php Checks if this plugin should be enabled based on the editor configuration.
CKEditorPluginCssInterface interface core/modules/ckeditor/src/CKEditorPluginCssInterface.php Defines an interface for CKEditor plugins with associated CSS.
CKEditorPluginCssInterface.php file core/modules/ckeditor/src/CKEditorPluginCssInterface.php
CKEditorPluginCssInterface::getCssFiles function core/modules/ckeditor/src/CKEditorPluginCssInterface.php Retrieves enabled plugins' iframe instance CSS files.
CKEditorPluginInterface interface core/modules/ckeditor/src/CKEditorPluginInterface.php Defines an interface for (loading of) CKEditor plugins.
CKEditorPluginInterface.php file core/modules/ckeditor/src/CKEditorPluginInterface.php
CKEditorPluginInterface::getConfig function core/modules/ckeditor/src/CKEditorPluginInterface.php Returns the additions to CKEDITOR.config for a specific CKEditor instance.
CKEditorPluginInterface::getDependencies function core/modules/ckeditor/src/CKEditorPluginInterface.php Returns a list of plugins this plugin requires.
CKEditorPluginInterface::getFile function core/modules/ckeditor/src/CKEditorPluginInterface.php Returns the Drupal root-relative file path to the plugin JavaScript file.
CKEditorPluginInterface::getLibraries function core/modules/ckeditor/src/CKEditorPluginInterface.php Returns a list of libraries this plugin requires.
CKEditorPluginInterface::isInternal function core/modules/ckeditor/src/CKEditorPluginInterface.php Indicates if this plugin is part of the optimized CKEditor build.
ClassFinderInterface interface core/lib/Drupal/Component/ClassFinder/ClassFinderInterface.php Finds a class in a PSR-0 structure.

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