Skip to content
Snippets Groups Projects

Stabilise CI build 2.x

2 unresolved threads

Closes #3427892

Merge request reports

Merge request pipeline passed for dfb388b2

Approval is optional

Merged by Wolfgang ZieglerWolfgang Ziegler 1 year ago (Mar 19, 2024 11:40am UTC)

Pipeline #123284 passed

Pipeline passed for 78f232ed on 8.x-2.x

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
53 * The entity type manager.
54 *
55 * @return $this
56 */
57 public function setEntityTypeManager(EntityTypeManagerInterface $entityTypeManager) {
58 $this->entityTypeManager = $entityTypeManager;
59 return $this;
60 }
61
62 /**
63 * Gets the entity type manager.
64 *
65 * @return \Drupal\Core\Entity\EntityTypeManagerInterface
66 * The entity type manager.
67 */
68 public function getEntityTypeManager() {
  • Bálint Junkuncz
  • 30 protected $entityTypeManager;
    31
    32 /**
    33 * The request stack.
    34 *
    35 * @var \Symfony\Component\HttpFoundation\RequestStack
    36 */
    37 protected $requestStack;
    38
    39 /**
    40 * DefaultContentEntityProcessor constructor.
    41 *
    42 * @param \Symfony\Component\HttpFoundation\RequestStack $request_stack
    43 * The request stack.
    44 */
    45 public function __construct(RequestStack $request_stack) {
  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Please register or sign in to reply
    Loading