Neos\Neos\EventLog\Domain\Model\Event::getAccountIdentifier PHP Method

getAccountIdentifier() public method

Return the identifier of the account (if any) which triggered this event
public getAccountIdentifier ( ) : string
return string
    public function getAccountIdentifier()
    {
        return $this->accountIdentifier;
    }