You are here

public function IFlowController::getEntityTypeConfig in CMS Content Sync 2.1.x

Get the config for the given entity type or all entity types.

Parameters

string|null $entity_type:

string|null $entity_bundle:

bool $used_only Return only the configs where a handler is set:

bool $include_new_versions Set the entity type version to the current entity type definition version. Otherwise, return the version that was exported last.:

Return value

array|null

2 methods override IFlowController::getEntityTypeConfig()
FlowControllerPerBundle::getEntityTypeConfig in src/Controller/FlowControllerPerBundle.php
@inheritDoc
FlowControllerSimple::getEntityTypeConfig in src/Controller/FlowControllerSimple.php
@inheritDoc

File

src/IFlowController.php, line 23

Class

IFlowController

Namespace

Drupal\cms_content_sync

Code

public function getEntityTypeConfig($entity_type = null, $entity_bundle = null, $used_only = false, $include_new_versions = false);