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
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.
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.
ClassFinderInterface.php file core/lib/Drupal/Component/ClassFinder/ClassFinderInterface.php
ClassFinderInterface::findFile function core/lib/Drupal/Component/ClassFinder/ClassFinderInterface.php Finds a class.
ConditionAggregateInterface interface core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Defines aggregated entity query conditions.
ConditionAggregateInterface.php file core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php
ConditionAggregateInterface::compile function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Compiles this conditional clause.
ConditionAggregateInterface::condition function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Adds a condition.
ConditionAggregateInterface::conditions function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Gets a complete list of all conditions in this conditional clause.
ConditionAggregateInterface::exists function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Queries for the existence of a field.
ConditionAggregateInterface::getConjunction function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Gets the current conjunction.
ConditionAggregateInterface::notExists function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Queries for the nonexistence of a field.
ConditionInterface interface core/lib/Drupal/Core/Entity/Query/ConditionInterface.php Defines the entity query condition interface.
ConditionInterface interface core/lib/Drupal/Core/Condition/ConditionInterface.php An interface for condition plugins.
ConditionInterface interface core/lib/Drupal/Core/Database/Query/ConditionInterface.php Interface for a conditional clause in a query.
ConditionInterface.php file core/lib/Drupal/Core/Database/Query/ConditionInterface.php
ConditionInterface.php file core/lib/Drupal/Core/Entity/Query/ConditionInterface.php
ConditionInterface.php file core/lib/Drupal/Core/Condition/ConditionInterface.php
ConditionInterface::alwaysFalse function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Sets a condition that is always false.
ConditionInterface::andConditionGroup function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Creates a new group of conditions ANDed together.
ConditionInterface::arguments function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Gets a complete list of all values to insert into the prepared statement.
ConditionInterface::compile function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Compiles the saved conditions for later retrieval.
ConditionInterface::compile function core/lib/Drupal/Core/Entity/Query/ConditionInterface.php Compiles this conditional clause.
ConditionInterface::compiled function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Check whether a condition has been previously compiled.
ConditionInterface::condition function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Helper function: builds the most common conditional clauses.
ConditionInterface::condition function core/lib/Drupal/Core/Entity/Query/ConditionInterface.php Adds a condition.
ConditionInterface::conditionGroupFactory function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Creates an object holding a group of conditions.
ConditionInterface::conditions function core/lib/Drupal/Core/Database/Query/ConditionInterface.php Gets the, possibly nested, list of conditions in this conditional clause.
ConditionInterface::conditions function core/lib/Drupal/Core/Entity/Query/ConditionInterface.php Gets a complete list of all conditions in this conditional clause.

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