You are here

public function FixedBlockContentInterface::getAutoExportState in Fixed Block Content 8

Gets the automatic default content export state.

Return value

int The auto-export state. 0 mean disabled, 1 only if empty, 2 always.

1 method overrides FixedBlockContentInterface::getAutoExportState()
FixedBlockContent::getAutoExportState in src/Entity/FixedBlockContent.php
Gets the automatic default content export state.

File

src/FixedBlockContentInterface.php, line 108

Class

FixedBlockContentInterface
Fixed block content interface.

Namespace

Drupal\fixed_block_content

Code

public function getAutoExportState();