Search for interface
- Search 7.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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. |
CKEditorPluginButtonsInterface | interface | core/ |
Defines an interface for CKEditor plugins with buttons. |
CKEditorPluginButtonsInterface.php | file | core/ |
|
CKEditorPluginButtonsInterface::getButtons | function | core/ |
Returns the buttons that this plugin provides, along with metadata. |
CKEditorPluginConfigurableInterface | interface | core/ |
Defines an interface for configurable CKEditor plugins. |
CKEditorPluginConfigurableInterface.php | file | core/ |
|
CKEditorPluginConfigurableInterface::settingsForm | function | core/ |
Returns a settings form to configure this CKEditor plugin. |
CKEditorPluginContextualInterface | interface | core/ |
Defines an interface for contextually enabled CKEditor plugins. |
CKEditorPluginContextualInterface.php | file | core/ |
|
CKEditorPluginContextualInterface::isEnabled | function | core/ |
Checks if this plugin should be enabled based on the editor configuration. |
CKEditorPluginCssInterface | interface | core/ |
Defines an interface for CKEditor plugins with associated CSS. |
CKEditorPluginCssInterface.php | file | core/ |
|
CKEditorPluginCssInterface::getCssFiles | function | core/ |
Retrieves enabled plugins' iframe instance CSS files. |
CKEditorPluginInterface | interface | core/ |
Defines an interface for (loading of) CKEditor plugins. |
CKEditorPluginInterface.php | file | core/ |
|
CKEditorPluginInterface::getConfig | function | core/ |
Returns the additions to CKEDITOR.config for a specific CKEditor instance. |
CKEditorPluginInterface::getDependencies | function | core/ |
Returns a list of plugins this plugin requires. |
CKEditorPluginInterface::getFile | function | core/ |
Returns the Drupal root-relative file path to the plugin JavaScript file. |
CKEditorPluginInterface::getLibraries | function | core/ |
Returns a list of libraries this plugin requires. |
CKEditorPluginInterface::isInternal | function | core/ |
Indicates if this plugin is part of the optimized CKEditor build. |
ClassFinderInterface | interface | core/ |
Finds a class in a PSR-0 structure. |
ClassFinderInterface.php | file | core/ |
|
ClassFinderInterface::findFile | function | core/ |
Finds a class. |
ConditionAggregateInterface | interface | core/ |
Defines aggregated entity query conditions. |
ConditionAggregateInterface.php | file | core/ |
|
ConditionAggregateInterface::compile | function | core/ |
Compiles this conditional clause. |
ConditionAggregateInterface::condition | function | core/ |
Adds a condition. |
ConditionAggregateInterface::conditions | function | core/ |
Gets a complete list of all conditions in this conditional clause. |
ConditionAggregateInterface::exists | function | core/ |
Queries for the existence of a field. |
ConditionAggregateInterface::getConjunction | function | core/ |
Gets the current conjunction. |
ConditionAggregateInterface::notExists | function | core/ |
Queries for the nonexistence of a field. |
ConditionInterface | interface | core/ |
Defines the entity query condition interface. |
ConditionInterface | interface | core/ |
An interface for condition plugins. |
ConditionInterface | interface | core/ |
Interface for a conditional clause in a query. |
ConditionInterface.php | file | core/ |
|
ConditionInterface.php | file | core/ |
|
ConditionInterface.php | file | core/ |
|
ConditionInterface::alwaysFalse | function | core/ |
Sets a condition that is always false. |
ConditionInterface::andConditionGroup | function | core/ |
Creates a new group of conditions ANDed together. |
ConditionInterface::arguments | function | core/ |
Gets a complete list of all values to insert into the prepared statement. |
ConditionInterface::compile | function | core/ |
Compiles the saved conditions for later retrieval. |
ConditionInterface::compile | function | core/ |
Compiles this conditional clause. |
ConditionInterface::compiled | function | core/ |
Check whether a condition has been previously compiled. |
ConditionInterface::condition | function | core/ |
Helper function: builds the most common conditional clauses. |
ConditionInterface::condition | function | core/ |
Adds a condition. |
ConditionInterface::conditionGroupFactory | function | core/ |
Creates an object holding a group of conditions. |
ConditionInterface::conditions | function | core/ |
Gets the, possibly nested, list of conditions in this conditional clause. |
ConditionInterface::conditions | function | core/ |
Gets a complete list of all conditions in this conditional clause. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.