eZ\Publish\Core\SignalSlot\SlotFactory\NullSlotFactory::getSlot PHP Method

getSlot() public method

Returns a Slot with the given $slotIdentifier.
public getSlot ( string $slotIdentifier ) : Slot
$slotIdentifier string
return eZ\Publish\Core\SignalSlot\Slot
    public function getSlot($slotIdentifier)
    {
        throw new RuntimeException('Slot creation not supported.');
    }
NullSlotFactory