You are here

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

Get the config for the given property of the given entity type + bundle.

Parameters

string $entity_type:

string $entity_bundle:

string $property:

Return value

array|null

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

File

src/IFlowController.php, line 48

Class

IFlowController

Namespace

Drupal\cms_content_sync

Code

public function getPropertyConfig(string $entity_type, string $entity_bundle, string $property);