• Модуль: landing
  • Путь к файлу: ~/bitrix/modules/landing/lib/note/source.php
  • Класс: BitrixLandingNoteSource
  • Вызов: Source::getBlockMetaByType
static function getBlockMetaByType(string $type): ?array
{
	return self::BLOCKS[$type] ?? null;
}