You are here

10 uses of DRUPAL_REQUIRED in Zircon Profile 8

CommentForm::actions in core/modules/comment/src/CommentForm.php
Returns an array of supported actions for the current entity form.
CommentInterfaceTest::testCommentInterface in core/modules/comment/src/Tests/CommentInterfaceTest.php
Tests the comment interface.
CommentNonNodeTest::postComment in core/modules/comment/src/Tests/CommentNonNodeTest.php
Posts a comment.
CommentTestBase::postComment in core/modules/comment/src/Tests/CommentTestBase.php
Posts a comment.
CommentTestBase::setCommentPreview in core/modules/comment/src/Tests/CommentTestBase.php
Sets the value governing the previewing mode for the comment form.
LinkFieldTest::testLinkTitle in core/modules/link/src/Tests/LinkFieldTest.php
Tests the link title settings of a link field.
LinkItem::generateSampleValue in core/modules/link/src/Plugin/Field/FieldType/LinkItem.php
Generates placeholder field values.
LinkWidget::formElement in core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php
Returns the form for a single field widget.
NodeForm::actions in core/modules/node/src/NodeForm.php
Returns an array of supported actions for the current entity form.
PagePreviewTest::testPagePreview in core/modules/node/src/Tests/PagePreviewTest.php
Checks the node preview functionality.