Skip to content
Snippets Groups Projects

Resolve #3398078 "Add a tab"

Merged Alex Pott requested to merge issue/vgwort-3398078:3398078-add-a-tab into 2.0.x
1 unresolved thread

Closes #3398078

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • 41 43 * @throws \Drupal\Core\Entity\EntityMalformedException
    42 44 * Throw if the entity does not have a vgwort_counter_id field.
    43 45 */
    44 public function entityToNewMessage(FieldableEntityInterface $entity): NewMessage {
    45 if (!$entity->hasField('vgwort_counter_id') || $entity->vgwort_counter_id->isEmpty()) {
    46 public function entityToNewMessage(FieldableEntityInterface $entity, bool $throw = TRUE): NewMessage {
  • Alex Pott added 3 commits

    added 3 commits

    Compare with previous version

  • Alex Pott added 1 commit

    added 1 commit

    • 4bbe6712 - Change $throw to only being about author checking

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading