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 |
---|---|---|---|
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. |
CommentInterface::getThread | function | core/ |
Returns the alphadecimal representation of the comment's place in a thread. |
CommentInterface::getTypeId | function | core/ |
Get the comment type id for this comment. |
CommentInterface::hasParentComment | function | core/ |
Determines if this comment is a reply to another comment. |
CommentInterface::NOT_PUBLISHED | constant | core/ |
Comment is awaiting approval. |
CommentInterface::permalink | function | core/ |
Returns the permalink URL for this comment. |
CommentInterface::PUBLISHED | constant | core/ |
Comment is published. |
CommentInterface::setAuthorName | function | core/ |
Sets the name of the author of the comment. |
CommentInterface::setCreatedTime | function | core/ |
Sets the creation date of the comment. |
CommentInterface::setFieldName | function | core/ |
Sets the field ID for which this comment is attached. |
CommentInterface::setHomepage | function | core/ |
Sets the comment author's home page address. |
CommentInterface::setHostname | function | core/ |
Sets the hostname of the author of the comment. |
CommentInterface::setSubject | function | core/ |
Sets the subject of the comment. |
CommentInterface::setThread | function | core/ |
Sets the alphadecimal representation of the comment's place in a thread. |
CommentInterfaceTest | class | core/ |
Tests comment user interfaces. |
CommentInterfaceTest.php | file | core/ |
|
CommentInterfaceTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
CommentInterfaceTest::setUp | function | core/ |
Set up comments to have subject and preview disabled. |
CommentInterfaceTest::testAutoFilledHtmlSubject | function | core/ |
Tests that automatic subject is correctly created from HTML comment text. |
CommentInterfaceTest::testAutoFilledSubject | function | core/ |
Tests that the subject is automatically filled if disabled or left blank. |
CommentInterfaceTest::testCommentInterface | function | core/ |
Tests the comment interface. |
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.