You are here

public static function AutosaveEntityFormHandlerInterface::getAutosaveSessionID in Autosave Form 8

Returns the autosave session ID of the entity.

Return value

string|NULL The autosave session ID or NULL if it is not set.

1 method overrides AutosaveEntityFormHandlerInterface::getAutosaveSessionID()
AutosaveEntityFormHandler::getAutosaveSessionID in src/Form/AutosaveEntityFormHandler.php
Returns the autosave session ID of the entity.

File

src/Form/AutosaveEntityFormHandlerInterface.php, line 23

Class

AutosaveEntityFormHandlerInterface
Interface for providing autosave for forms.

Namespace

Drupal\autosave_form\Form

Code

public static function getAutosaveSessionID(EntityInterface $entity);