24 uses of DRUPAL_DISABLED in Drupal 9
- 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/ tests/ src/ Functional/ CommentInterfaceTest.php - Set up comments to have subject and preview disabled.
- CommentNodeAccessTest::testThreadedCommentView in core/
modules/ comment/ tests/ src/ Functional/ CommentNodeAccessTest.php - Tests that threaded comments can be viewed.
- CommentNonNodeTest::postComment in core/
modules/ comment/ tests/ src/ Functional/ CommentNonNodeTest.php - Posts a comment.
- CommentPagerTest::testCommentNewPageIndicator in core/
modules/ comment/ tests/ src/ Functional/ CommentPagerTest.php - Tests calculation of first page with new comment.
- CommentPagerTest::testCommentOrderingThreading in core/
modules/ comment/ tests/ src/ Functional/ CommentPagerTest.php - Tests comment ordering and threading.
- CommentPagerTest::testCommentPaging in core/
modules/ comment/ tests/ src/ Functional/ CommentPagerTest.php - Confirms comment paging works correctly with flat and threaded comments.
- CommentPagerTest::testCommentPermalink in core/
modules/ comment/ tests/ src/ Functional/ CommentPagerTest.php - Confirms comment paging works correctly with flat and threaded comments.
- CommentStatisticsTest::testCommentNodeCommentStatistics in core/
modules/ comment/ tests/ src/ Functional/ CommentStatisticsTest.php - Tests the node comment statistics.
- CommentTestBase::postComment in core/
modules/ comment/ tests/ src/ Functional/ CommentTestBase.php - Posts a comment.
- CommentTestBase::setCommentPreview in core/
modules/ comment/ tests/ src/ Functional/ CommentTestBase.php - Sets the value governing the previewing mode for the comment form.
- CommentThreadingTest::testCommentThreading in core/
modules/ comment/ tests/ src/ Functional/ CommentThreadingTest.php - Tests the comment threading.
- CommentTitleTest::testCommentEmptyTitles in core/
modules/ comment/ tests/ src/ Functional/ CommentTitleTest.php - Tests markup for comments with empty titles.
- CommentTitleTest::testCommentPopulatedTitles in core/
modules/ comment/ tests/ src/ Functional/ CommentTitleTest.php - Tests markup for comments with populated titles.
- LinkField::alterFieldInstanceMigration in core/
modules/ link/ src/ Plugin/ migrate/ field/ d7/ LinkField.php - Apply any custom processing to the field instance migration.
- LinkFieldTest::testAlterFieldInstanceMigration in core/
modules/ link/ tests/ src/ Kernel/ Plugin/ migrate/ field/ d7/ LinkFieldTest.php - @covers ::alterFieldInstanceMigration
- LinkFieldTest::testLinkTitle in core/
modules/ link/ tests/ src/ Functional/ LinkFieldTest.php - Tests the link title settings of a link field.
- LinkFieldTest::testURLValidation in core/
modules/ link/ tests/ src/ Functional/ LinkFieldTest.php - Tests link field URL validation.
- LinkFieldUITest::providerTestFieldUI in core/
modules/ link/ tests/ src/ Functional/ LinkFieldUITest.php - Provides test data for ::testFieldUI().
- 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.
- MigrateFieldInstanceTest::testFieldInstances in core/
modules/ field/ tests/ src/ Kernel/ Migrate/ d7/ MigrateFieldInstanceTest.php - Tests migrating D7 field instances to field_config entities.
- NodeForm::actions in core/
modules/ node/ src/ NodeForm.php - Returns an array of supported actions for the current entity form.