You are here

public function TcaSettingsManagerInterface::saveSettings in Token Content Access 2.0.x

Same name and namespace in other branches
  1. 8 src/TcaSettingsManagerInterface.php \Drupal\tca\TcaSettingsManagerInterface::saveSettings()

Save settings for an entity or bundle.

Parameters

array $settings: The settings for the TcaSettings entity.

string $entity_type_id: The entity type (e.g. node) as a string.

string $entity_id: The entity ID as a string.

1 method overrides TcaSettingsManagerInterface::saveSettings()
TcaSettingsManager::saveSettings in src/TcaSettingsManager.php
Save settings for an entity or bundle.

File

src/TcaSettingsManagerInterface.php, line 22

Class

TcaSettingsManagerInterface
Interface TcaSettingsManagerInterface.

Namespace

Drupal\tca

Code

public function saveSettings(array $settings, $entity_type_id, $entity_id);