Home
last modified time | relevance | path

Searched refs:getOwnerId (Results 176 – 200 of 231) sorted by relevance

12345678910

/dports/www/drupal9/drupal-9.2.10/core/modules/jsonapi/tests/src/Functional/
H A DCommentTest.php140 $author = User::load($this->entity->getOwnerId());
/dports/www/drupal8/drupal-8.9.20/core/modules/jsonapi/tests/src/Functional/
H A DCommentTest.php140 $author = User::load($this->entity->getOwnerId());
H A DNodeTest.php141 $author = User::load($this->entity->getOwnerId());
/dports/www/drupal8/drupal-8.9.20/core/modules/node/tests/src/Kernel/Migrate/d6/
H A DMigrateNodeTest.php62 $this->assertIdentical('1', $node->getOwnerId());
/dports/www/drupal9/drupal-9.2.10/core/modules/node/tests/src/Kernel/Migrate/d6/
H A DMigrateNodeTest.php62 $this->assertSame('1', $node->getOwnerId());
/dports/www/osticket/upload/include/
H A Dclass.ticket.php471 function getOwnerId() { function in Ticket
662 'user_id' => $this->getOwnerId(),
724 return $this->getOwnerId();
1236 if ($user && $user->getId() == $this->getOwnerId())
1264 if ($user->getId() == $this->getOwnerId())
1321 ($user->getId() == $this->getOwnerId() ? 'o' : 'c'),
1903 if ($this->getOwnerId() == $message->getUserId())
2578 if ($collab->getId() != $parent->getOwnerId())
2583 if ($cUser->getId() != $parent->getOwnerId())
3047 || ($user->getId() == $this->getOwnerId())
/dports/www/gallery2/gallery2/modules/watermark/
H A DWatermarkSiteAdmin.inc140 $ownerIds[] = $watermark->getOwnerId();
H A DUserWatermarks.inc127 if ($watermark->getOwnerId() != $gallery->getActiveUserId()) {
/dports/www/osticket/upload/setup/inc/
H A Dclass.installer.php317 $user = User::lookup($ticket->getOwnerId());
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/assets/keyframes/model/
H A Dkeyframemodellist.cpp27 ObjectId KeyframeModelList::getOwnerId() const in getOwnerId() function in KeyframeModelList
30 return ptr->getOwnerId(); in getOwnerId()
/dports/www/drupal8/drupal-8.9.20/core/themes/claro/templates/classy/content/
H A Dcomment.html.twig76 …author_id and author_id == commented_entity.getOwnerId() ? 'by-' ~ commented_entity.getEntityTypeI…
/dports/www/drupal8/drupal-8.9.20/core/profiles/demo_umami/themes/umami/templates/classy/content/
H A Dcomment.html.twig76 …author_id and author_id == commented_entity.getOwnerId() ? 'by-' ~ commented_entity.getEntityTypeI…
/dports/www/drupal8/drupal-8.9.20/core/modules/node/tests/modules/node_access_test/
H A Dnode_access_test.module105 'gid' => $node->getOwnerId(),
/dports/www/drupal9/drupal-9.2.10/core/modules/node/tests/modules/node_access_test/
H A Dnode_access_test.module105 'gid' => $node->getOwnerId(),
/dports/www/drupal8/drupal-8.9.20/core/themes/seven/templates/classy/content/
H A Dcomment.html.twig76 …author_id and author_id == commented_entity.getOwnerId() ? 'by-' ~ commented_entity.getEntityTypeI…
/dports/www/drupal8/drupal-8.9.20/core/themes/classy/templates/content/
H A Dcomment.html.twig76 …author_id and author_id == commented_entity.getOwnerId() ? 'by-' ~ commented_entity.getEntityTypeI…
/dports/www/drupal8/drupal-8.9.20/core/themes/bartik/templates/
H A Dcomment.html.twig73 …author_id and author_id == commented_entity.getOwnerId() ? 'by-' ~ commented_entity.getEntityTypeI…
/dports/www/drupal9/drupal-9.2.10/core/themes/classy/templates/content/
H A Dcomment.html.twig76 …author_id and author_id == commented_entity.getOwnerId() ? 'by-' ~ commented_entity.getEntityTypeI…
/dports/www/drupal9/drupal-9.2.10/core/themes/olivero/templates/content/
H A Dcomment.html.twig73 …author_id and author_id == commented_entity.getOwnerId() ? 'by-' ~ commented_entity.getEntityTypeI…
/dports/www/drupal9/drupal-9.2.10/core/profiles/demo_umami/themes/umami/templates/classy/content/
H A Dcomment.html.twig76 …author_id and author_id == commented_entity.getOwnerId() ? 'by-' ~ commented_entity.getEntityTypeI…
/dports/www/drupal9/drupal-9.2.10/core/themes/bartik/templates/
H A Dcomment.html.twig73 …author_id and author_id == commented_entity.getOwnerId() ? 'by-' ~ commented_entity.getEntityTypeI…
/dports/www/drupal9/drupal-9.2.10/core/themes/claro/templates/classy/content/
H A Dcomment.html.twig76 …author_id and author_id == commented_entity.getOwnerId() ? 'by-' ~ commented_entity.getEntityTypeI…
/dports/www/drupal9/drupal-9.2.10/core/themes/seven/templates/classy/content/
H A Dcomment.html.twig76 …author_id and author_id == commented_entity.getOwnerId() ? 'by-' ~ commented_entity.getEntityTypeI…
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/assets/view/widgets/
H A Dbuttonparamwidget.cpp132 ObjectId owner = m_model->getOwnerId(); in ButtonParamWidget()
/dports/www/drupal8/drupal-8.9.20/core/modules/comment/src/
H A DCommentForm.php141 if (!$comment->getOwnerId()) {

12345678910