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

getSlot() abstract public method

Returns a Slot with the given $slotIdentifier.
abstract public getSlot ( string $slotIdentifier ) : Slot
$slotIdentifier string
return Slot
    public abstract function getSlot($slotIdentifier);
SlotFactory