16 uses of DRUPAL_OPTIONAL in Zircon Profile 8
- CommentAttributesTest::setUp in core/
modules/ rdf/ src/ Tests/ CommentAttributesTest.php - Sets up a Drupal site for running functional and integration tests.
- CommentInterfaceTest::testCommentInterface in core/
modules/ comment/ src/ Tests/ CommentInterfaceTest.php - Tests the comment interface.
- CommentItem::defaultFieldSettings in core/
modules/ comment/ src/ Plugin/ Field/ FieldType/ CommentItem.php - Defines the field-level settings for this plugin.
- CommentNonNodeTest::postComment in core/
modules/ comment/ src/ Tests/ CommentNonNodeTest.php - Posts a comment.
- CommentPagerTest::testTwoPagers in core/
modules/ comment/ src/ Tests/ CommentPagerTest.php - Confirms comment paging works correctly with two pagers.
- CommentPreviewTest::testCommentEditPreviewSave in core/
modules/ comment/ src/ Tests/ CommentPreviewTest.php - Tests comment edit, preview, and save.
- CommentPreviewTest::testCommentPreview in core/
modules/ comment/ src/ Tests/ CommentPreviewTest.php - Tests comment preview.
- CommentPreviewTest::testCommentPreviewDuplicateSubmission in core/
modules/ comment/ src/ Tests/ CommentPreviewTest.php - Tests comment preview.
- 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::defaultFieldSettings in core/
modules/ link/ src/ Plugin/ Field/ FieldType/ LinkItem.php - Defines the field-level settings for this plugin.
- LinkItem::generateSampleValue in core/
modules/ link/ src/ Plugin/ Field/ FieldType/ LinkItem.php - Generates placeholder field values.
- MigrateNodeTypeTest::testNodeType in core/
modules/ node/ src/ Tests/ Migrate/ d6/ MigrateNodeTypeTest.php - Tests Drupal 6 node type to Drupal 8 migration.
- SearchCommentTest::testSearchResultsComment in core/
modules/ search/ src/ Tests/ SearchCommentTest.php - Verify that comments are rendered using proper format in search results.
- SearchCommentTest::testSearchResultsCommentAccess in core/
modules/ search/ src/ Tests/ SearchCommentTest.php - Verify access rules for comment indexing with different permissions.