Home
last modified time | relevance | path

Searched refs:FORM_BELOW (Results 1 – 14 of 14) sorted by relevance

/dports/www/drupal8/drupal-8.9.20/core/modules/comment/tests/src/Unit/
H A DCommentLinkBuilderTest.php164 $this->getMockNode(FALSE, CommentItemInterface::OPEN, CommentItemInterface::FORM_BELOW, 1),
175 $this->getMockNode(TRUE, CommentItemInterface::OPEN, CommentItemInterface::FORM_BELOW, 1),
191 …'form_location' => [CommentItemInterface::FORM_BELOW, CommentItemInterface::FORM_SEPARA…
232 if ($combination['form_location'] == CommentItemInterface::FORM_BELOW) {
/dports/www/drupal9/drupal-9.2.10/core/modules/comment/tests/src/Unit/
H A DCommentLinkBuilderTest.php164 $this->getMockNode(FALSE, CommentItemInterface::OPEN, CommentItemInterface::FORM_BELOW, 1),
175 $this->getMockNode(TRUE, CommentItemInterface::OPEN, CommentItemInterface::FORM_BELOW, 1),
191 …'form_location' => [CommentItemInterface::FORM_BELOW, CommentItemInterface::FORM_SEPARA…
232 if ($combination['form_location'] == CommentItemInterface::FORM_BELOW) {
/dports/www/drupal8/drupal-8.9.20/core/modules/comment/src/Plugin/Field/FieldType/
H A DCommentItemInterface.php33 const FORM_BELOW = 1; define
H A DCommentItem.php47 'form_location' => CommentItemInterface::FORM_BELOW,
/dports/www/drupal9/drupal-9.2.10/core/modules/comment/src/Plugin/Field/FieldType/
H A DCommentItemInterface.php33 const FORM_BELOW = 1; define
H A DCommentItem.php47 'form_location' => CommentItemInterface::FORM_BELOW,
/dports/www/drupal8/drupal-8.9.20/core/modules/comment/src/Plugin/migrate/source/d7/
H A DCommentType.php63 …cation', $this->variableGet("comment_form_location_$node_type", CommentItemInterface::FORM_BELOW));
/dports/www/drupal8/drupal-8.9.20/core/modules/comment/tests/src/Functional/
H A DCommentLinksTest.php80 …$this->setCommentSettings('form_location', CommentItemInterface::FORM_BELOW, 'Set comment form loc…
H A DCommentTestBase.php291 …$this->setCommentSettings('form_location', ($enabled ? CommentItemInterface::FORM_BELOW : CommentI…
/dports/www/drupal9/drupal-9.2.10/core/modules/comment/tests/src/Functional/
H A DCommentLinksTest.php91 …$this->setCommentSettings('form_location', CommentItemInterface::FORM_BELOW, 'Set comment form loc…
H A DCommentTestBase.php293 …$this->setCommentSettings('form_location', ($enabled ? CommentItemInterface::FORM_BELOW : CommentI…
/dports/www/drupal8/drupal-8.9.20/core/modules/comment/src/Plugin/Field/FieldFormatter/
H A DCommentDefaultFormatter.php205 …e::OPEN && $comment_settings['form_location'] == CommentItemInterface::FORM_BELOW && $this->viewMo…
/dports/www/drupal9/drupal-9.2.10/core/modules/comment/src/Plugin/Field/FieldFormatter/
H A DCommentDefaultFormatter.php193 …e::OPEN && $comment_settings['form_location'] == CommentItemInterface::FORM_BELOW && $this->viewMo…
/dports/www/drupal8/drupal-8.9.20/core/modules/comment/src/Tests/
H A DCommentTestBase.php297 …$this->setCommentSettings('form_location', ($enabled ? CommentItemInterface::FORM_BELOW : CommentI…