• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

FluidTYPO3 / flux / 17904759627

15 Sep 2025 08:47AM UTC coverage: 90.676% (-2.1%) from 92.767%
17904759627

push

github

NamelessCoder
[TASK] Set beta stability

6924 of 7636 relevant lines covered (90.68%)

9.49 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/Classes/Integration/Event/IsContentUsedOnPageLayoutEventListener.php
1
<?php
2
namespace FluidTYPO3\Flux\Integration\Event;
3

4
/*
5
 * This file is part of the FluidTYPO3/Flux project under GPLv2 or later.
6
 *
7
 * For the full copyright and license information, please read the
8
 * LICENSE.md file that was distributed with this source code.
9
 */
10

11
use FluidTYPO3\Flux\Utility\ColumnNumberUtility;
12
use TYPO3\CMS\Backend\View\Event\IsContentUsedOnPageLayoutEvent;
13

14
class IsContentUsedOnPageLayoutEventListener
15
{
16
    public function handleEvent(IsContentUsedOnPageLayoutEvent $event): void
17
    {
18
        if (!$event->isRecordUsed()) {
×
19
            $event->setUsed($event->getRecord()['colPos'] >= ColumnNumberUtility::MULTIPLIER);
×
20
        }
21
    }
22
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc