• Модуль: fileman
  • Путь к файлу: ~/bitrix/modules/fileman/lib/block/editor.php
  • Класс: BitrixFilemanBlockEditor
  • Вызов: Editor::isContentSupported
static function isContentSupported($content)
{
	if(!$content || mb_strpos($content, ContentEngine::BLOCK_PLACE_ATTR) === false)
	{
		return false;
	}
	else
	{
		return true;
	}
}