You are here

19 uses of DRUPAL_DISABLED in Zircon Profile 8.0

CommentForm::actions in core/modules/comment/src/CommentForm.php
Returns an array of supported actions for the current entity form.
CommentInterfaceTest::setUp in core/modules/comment/src/Tests/CommentInterfaceTest.php
Set up comments to have subject and preview disabled.
CommentNodeAccessTest::testThreadedCommentView in core/modules/comment/src/Tests/CommentNodeAccessTest.php
Test that threaded comments can be viewed.
CommentNonNodeTest::postComment in core/modules/comment/src/Tests/CommentNonNodeTest.php
Posts a comment.
CommentPagerTest::testCommentNewPageIndicator in core/modules/comment/src/Tests/CommentPagerTest.php
Tests calculation of first page with new comment.
CommentPagerTest::testCommentOrderingThreading in core/modules/comment/src/Tests/CommentPagerTest.php
Tests comment ordering and threading.
CommentPagerTest::testCommentPaging in core/modules/comment/src/Tests/CommentPagerTest.php
Confirms comment paging works correctly with flat and threaded comments.
CommentStatisticsTest::testCommentNodeCommentStatistics in core/modules/comment/src/Tests/CommentStatisticsTest.php
Tests the node comment statistics.
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.
CommentThreadingTest::testCommentThreading in core/modules/comment/src/Tests/CommentThreadingTest.php
Tests the comment threading.
CommentTitleTest::testCommentEmptyTitles in core/modules/comment/src/Tests/CommentTitleTest.php
Tests markup for comments with empty titles.
CommentTitleTest::testCommentPopulatedTitles in core/modules/comment/src/Tests/CommentTitleTest.php
Tests markup for comments with populated titles.
LinkFieldTest::testLinkTitle in core/modules/link/src/Tests/LinkFieldTest.php
Tests the link title settings of a link field.
LinkFieldTest::testURLValidation in core/modules/link/src/Tests/LinkFieldTest.php
Tests link field URL validation.
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.
LinkWidget::settingsForm in core/modules/link/src/Plugin/Field/FieldWidget/LinkWidget.php
Returns a form to configure settings for the widget.
NodeForm::actions in core/modules/node/src/NodeForm.php
Returns an array of supported actions for the current entity form.