Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
他们以下有什么问题吗?$entity 变量没有返回任何东西。
我正在尝试使用entity_load()如下方式获取实体对象:
entity_load()
$entity = entity_load('ENTITY_NAME', IDS, $conditions = array(), $reset = FALSE);
*ENTITY_NAME 和 IDS 显然不是上面的。
IDS 是您的 ENTITY_NAME 的有效 ID 数组吗?
你能跑一下看看这是否有效:
$entity = entity_load('ENTITY_NAME', IDS);
“IDS”上有视图生成的跨度标签,显然没有将它们解析为整数。