Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| ChmodInterface::chmodJailed | function | core/ |
Changes the permissions of the file / directory specified in $path. |
| CKEditor5PluginConfigurableInterface | interface | core/ |
Defines an interface for configurable CKEditor 5 plugins. |
| CKEditor5PluginConfigurableInterface.php | file | core/ |
|
| CKEditor5PluginElementsSubsetInterface | interface | core/ |
Defines an interface for plugins that can support an elements subset. |
| CKEditor5PluginElementsSubsetInterface.php | file | core/ |
|
| CKEditor5PluginElementsSubsetInterface::getElementsSubset | function | core/ |
Returns a configured subset of the elements supported by this plugin. |
| CKEditor5PluginInterface | interface | core/ |
Defines an interface for CKEditor 5 plugins. |
| CKEditor5PluginInterface.php | file | core/ |
|
| CKEditor5PluginInterface::getDynamicPluginConfig | function | core/ |
Allows a plugin to modify its static configuration. |
| CKEditor5PluginManagerInterface | interface | core/ |
Provides the interface for a plugin manager of CKEditor 5 plugins. |
| CKEditor5PluginManagerInterface.php | file | core/ |
|
| CKEditor5PluginManagerInterface::findPluginSupportingElement | function | core/ |
Searches for CKEditor 5 plugin that supports a given tag. |
| CKEditor5PluginManagerInterface::getAdminLibraries | function | core/ |
Gets a list of all admin library names. |
| CKEditor5PluginManagerInterface::getCKEditor5PluginConfig | function | core/ |
Gets the configuration for the CKEditor 5 plugins enabled in this editor. |
| CKEditor5PluginManagerInterface::getEnabledDefinitions | function | core/ |
Filter list of definitions by enabled plugins only. |
| CKEditor5PluginManagerInterface::getEnabledLibraries | function | core/ |
Gets a list of libraries required for the editor. |
| CKEditor5PluginManagerInterface::getPlugin | function | core/ |
Returns a CKEditor 5 plugin with configuration from the editor. |
| CKEditor5PluginManagerInterface::getProvidedElements | function | core/ |
Gets all supported elements for the given plugins and text editor. |
| CKEditor5PluginManagerInterface::getToolbarItems | function | core/ |
Gets a list of all toolbar items. |
| ClassFinderInterface | interface | core/ |
Finds a class in a PSR-0 structure. |
| ClassFinderInterface.php | file | core/ |
|
| ClassFinderInterface::findFile | function | core/ |
Finds a class. |
| ClassResolverInterface | interface | core/ |
Provides interface to get an instance of a class with dependency injection. |
| ClassResolverInterface.php | file | core/ |
|
| ClassResolverInterface::getInstanceFromDefinition | function | core/ |
Returns a class instance with a given class definition. |
| CommandInterface | interface | core/ |
AJAX command interface. |
| CommandInterface.php | file | core/ |
|
| CommandInterface::render | function | core/ |
Return an array to be run through json_encode and sent to the client. |
| CommandWithAttachedAssetsInterface | interface | core/ |
Interface for Ajax commands that render content and attach assets. |
| CommandWithAttachedAssetsInterface.php | file | core/ |
|
| CommandWithAttachedAssetsInterface::getAttachedAssets | function | core/ |
Gets the attached assets. |
| CommentAdminTest::testApprovalAdminInterface | function | core/ |
Tests comment approval functionality through admin/content/comment. |
| CommentAdminTest::testApprovalAdminInterface | function | core/ |
Tests comment approval functionality through admin/content/comment. |
| CommentAdminTest::testApprovalNodeInterface | function | core/ |
Tests comment approval functionality through the node interface. |
| CommentInterface | interface | core/ |
Provides an interface defining a comment entity. |
| CommentInterface.php | file | core/ |
|
| CommentInterface::ANONYMOUS_MAYNOT_CONTACT | constant | core/ |
Anonymous posters cannot enter their contact information. |
| CommentInterface::ANONYMOUS_MAY_CONTACT | constant | core/ |
Anonymous posters may leave their contact information. |
| CommentInterface::ANONYMOUS_MUST_CONTACT | constant | core/ |
Anonymous posters are required to leave their contact information. |
| CommentInterface::getAuthorEmail | function | core/ |
Returns the comment author's email address. |
| CommentInterface::getAuthorName | function | core/ |
Returns the comment author's name. |
| CommentInterface::getCommentedEntity | function | core/ |
Returns the entity to which the comment is attached. |
| CommentInterface::getCommentedEntityId | function | core/ |
Returns the ID of the entity to which the comment is attached. |
| CommentInterface::getCommentedEntityTypeId | function | core/ |
Returns the type of the entity to which the comment is attached. |
| CommentInterface::getCreatedTime | function | core/ |
Returns the time that the comment was created. |
| CommentInterface::getFieldName | function | core/ |
Returns the name of the field the comment is attached to. |
| CommentInterface::getHomepage | function | core/ |
Returns the comment author's home page address. |
| CommentInterface::getHostname | function | core/ |
Returns the comment author's hostname. |
| CommentInterface::getParentComment | function | core/ |
Returns the parent comment entity if this is a reply to a comment. |
| CommentInterface::getSubject | function | core/ |
Returns the subject of the comment. |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.