Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
20 May 2013 at 22:51 UTC
Updated:
29 Jul 2014 at 22:21 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
chertzogComment #2
kim.pepperLooks good. RTBC from me.
Comment #3
Crell commentedComment #4
Crell commentedTagging.
Comment #5
alexpottCommitted b90377b and pushed to 8.x. Thanks!
Comment #6
tim.plunkettFor future reference, PHP's count() function is only useful if you want to know the specific number of items of a thing you know is countable.
Because if you call count(NULL), it will return 1. Yes. I'm serious, it's awful.
This whole thing was already fixed in #1984702: Convert menu.module's page callbacks to Controllers, I'll just reroll that.