• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/ui/provider/interestsprovider.php
  • Класс: BitrixSeoUIProviderInterestsProvider
  • Вызов: InterestsProvider::stringToColor
protected function stringToColor($text)
{
	$hx = dechex(crc32($text));

	return substr($hx, 0, 6);
}