public function TcaSettingsManagerInterface::saveSettings in Token Content Access 8
Same name and namespace in other branches
- 2.0.x 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\tcaCode
public function saveSettings(array $settings, $entity_type_id, $entity_id);