Search for interface

  1. Search 7.x for interface
  2. Search 9.5.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
CalculatedCacheContextInterface::getLabel function core/lib/Drupal/Core/Cache/Context/CalculatedCacheContextInterface.php Returns the label of the cache context.
CategorizingPluginManagerInterface interface core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Defines an interface for plugin managers that categorize plugin definitions.
CategorizingPluginManagerInterface.php file core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php
CategorizingPluginManagerInterface::getCategories function core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Gets the names of all categories.
CategorizingPluginManagerInterface::getGroupedDefinitions function core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Gets sorted plugin definitions grouped by category.
CategorizingPluginManagerInterface::getSortedDefinitions function core/lib/Drupal/Component/Plugin/CategorizingPluginManagerInterface.php Gets sorted plugin definitions.
ChainBreadcrumbBuilderInterface interface core/lib/Drupal/Core/Breadcrumb/ChainBreadcrumbBuilderInterface.php Defines an interface a chained service that builds the breadcrumb.
ChainBreadcrumbBuilderInterface.php file core/lib/Drupal/Core/Breadcrumb/ChainBreadcrumbBuilderInterface.php
ChainBreadcrumbBuilderInterface::addBuilder function core/lib/Drupal/Core/Breadcrumb/ChainBreadcrumbBuilderInterface.php Adds another breadcrumb builder.
ChainEntityResolverInterface interface core/modules/serialization/src/EntityResolver/ChainEntityResolverInterface.php An interface for delegating a entity resolution to a chain of resolvers.
ChainEntityResolverInterface.php file core/modules/serialization/src/EntityResolver/ChainEntityResolverInterface.php
ChainEntityResolverInterface::addResolver function core/modules/serialization/src/EntityResolver/ChainEntityResolverInterface.php Adds an entity resolver.
ChainRequestPolicyInterface interface core/lib/Drupal/Core/PageCache/ChainRequestPolicyInterface.php Defines the interface for compound request policies.
ChainRequestPolicyInterface.php file core/lib/Drupal/Core/PageCache/ChainRequestPolicyInterface.php
ChainRequestPolicyInterface::addPolicy function core/lib/Drupal/Core/PageCache/ChainRequestPolicyInterface.php Add a policy to the list of policy rules.
ChainResponsePolicyInterface interface core/lib/Drupal/Core/PageCache/ChainResponsePolicyInterface.php Defines the interface for compound request policies.
ChainResponsePolicyInterface.php file core/lib/Drupal/Core/PageCache/ChainResponsePolicyInterface.php
ChainResponsePolicyInterface::addPolicy function core/lib/Drupal/Core/PageCache/ChainResponsePolicyInterface.php Add a policy to the list of policy rules.
CheckProviderInterface interface core/lib/Drupal/Core/Access/CheckProviderInterface.php Provides the available access checkers by service IDs.
CheckProviderInterface.php file core/lib/Drupal/Core/Access/CheckProviderInterface.php
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
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.
ClassResolverInterface interface core/lib/Drupal/Core/DependencyInjection/ClassResolverInterface.php Provides an interface to get a instance of a class with dependency injection.
ClassResolverInterface.php file core/lib/Drupal/Core/DependencyInjection/ClassResolverInterface.php
ClassResolverInterface::getInstanceFromDefinition function core/lib/Drupal/Core/DependencyInjection/ClassResolverInterface.php Returns a class instance with a given class definition.
CommandInterface interface core/lib/Drupal/Core/Ajax/CommandInterface.php AJAX command interface.

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