Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 8.9.x for interface
  4. Search 10.3.x for interface
  5. Other projects
Title Object type File name Summary
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.
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.
ClassResolverInterface interface core/lib/Drupal/Core/DependencyInjection/ClassResolverInterface.php Provides interface to get an 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.
CommandInterface.php file core/lib/Drupal/Core/Ajax/CommandInterface.php
CommandInterface::render function core/lib/Drupal/Core/Ajax/CommandInterface.php Return an array to be run through json_encode and sent to the client.
CommandWithAttachedAssetsInterface interface core/lib/Drupal/Core/Ajax/CommandWithAttachedAssetsInterface.php Interface for Ajax commands that render content and attach assets.
CommandWithAttachedAssetsInterface.php file core/lib/Drupal/Core/Ajax/CommandWithAttachedAssetsInterface.php
CommandWithAttachedAssetsInterface::getAttachedAssets function core/lib/Drupal/Core/Ajax/CommandWithAttachedAssetsInterface.php Gets the attached assets.
CommentAdminTest::testApprovalAdminInterface function core/modules/comment/tests/src/Functional/CommentAdminTest.php Tests comment approval functionality through admin/content/comment.
CommentAdminTest::testApprovalAdminInterface function core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php Tests comment approval functionality through admin/content/comment.
CommentAdminTest::testApprovalNodeInterface function core/modules/comment/tests/src/Functional/CommentAdminTest.php Tests comment approval functionality through the node interface.
CommentInterface interface core/modules/comment/src/CommentInterface.php Provides an interface defining a comment entity.
CommentInterface.php file core/modules/comment/src/CommentInterface.php
CommentInterface::ANONYMOUS_MAYNOT_CONTACT constant core/modules/comment/src/CommentInterface.php Anonymous posters cannot enter their contact information.
CommentInterface::ANONYMOUS_MAY_CONTACT constant core/modules/comment/src/CommentInterface.php Anonymous posters may leave their contact information.
CommentInterface::ANONYMOUS_MUST_CONTACT constant core/modules/comment/src/CommentInterface.php Anonymous posters are required to leave their contact information.
CommentInterface::getAuthorEmail function core/modules/comment/src/CommentInterface.php Returns the comment author's email address.
CommentInterface::getAuthorName function core/modules/comment/src/CommentInterface.php Returns the comment author's name.
CommentInterface::getCommentedEntity function core/modules/comment/src/CommentInterface.php Returns the entity to which the comment is attached.
CommentInterface::getCommentedEntityId function core/modules/comment/src/CommentInterface.php Returns the ID of the entity to which the comment is attached.
CommentInterface::getCommentedEntityTypeId function core/modules/comment/src/CommentInterface.php Returns the type of the entity to which the comment is attached.
CommentInterface::getCreatedTime function core/modules/comment/src/CommentInterface.php Returns the time that the comment was created.
CommentInterface::getFieldName function core/modules/comment/src/CommentInterface.php Returns the name of the field the comment is attached to.
CommentInterface::getHomepage function core/modules/comment/src/CommentInterface.php Returns the comment author's home page address.
CommentInterface::getHostname function core/modules/comment/src/CommentInterface.php Returns the comment author's hostname.
CommentInterface::getParentComment function core/modules/comment/src/CommentInterface.php Returns the parent comment entity if this is a reply to a comment.
CommentInterface::getSubject function core/modules/comment/src/CommentInterface.php Returns the subject of the comment.
CommentInterface::getThread function core/modules/comment/src/CommentInterface.php Returns the alphadecimal representation of the comment's place in a thread.
CommentInterface::getTypeId function core/modules/comment/src/CommentInterface.php Get the comment type id for this comment.
CommentInterface::hasParentComment function core/modules/comment/src/CommentInterface.php Determines if this comment is a reply to another comment.
CommentInterface::NOT_PUBLISHED constant core/modules/comment/src/CommentInterface.php Comment is awaiting approval.
CommentInterface::permalink function core/modules/comment/src/CommentInterface.php Returns the permalink URL for this comment.
CommentInterface::PUBLISHED constant core/modules/comment/src/CommentInterface.php Comment is published.
CommentInterface::setAuthorName function core/modules/comment/src/CommentInterface.php Sets the name of the author of the comment.
CommentInterface::setCreatedTime function core/modules/comment/src/CommentInterface.php Sets the creation date of the comment.
CommentInterface::setFieldName function core/modules/comment/src/CommentInterface.php Sets the field ID for which this comment is attached.
CommentInterface::setHomepage function core/modules/comment/src/CommentInterface.php Sets the comment author's home page address.

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