You are here

public function ReplicationContentDataAlterEvent::getFormat in Replication 8.2

Same name and namespace in other branches
  1. 8 src/Event/ReplicationContentDataAlterEvent.php \Drupal\replication\Event\ReplicationContentDataAlterEvent::getFormat()

Return value

string

File

src/Event/ReplicationContentDataAlterEvent.php, line 63

Class

ReplicationContentDataAlterEvent
Event instance for altering normalized content entity data.

Namespace

Drupal\replication\Event

Code

public function getFormat() {
  return $this->format;
}