Sets the value for translatability of the given entity type bundle.
string $entity_type_id: The entity type.
string $bundle: The bundle of the entity.
bool $value: The boolean value we need to save.
public function setEnabled($entity_type_id, $bundle, $value);