Skip to main content
Drupal API Help
Helping Drupal Community, One API at a time
Main menu
Home
Drupal Core
Getting Help
You are here
Home
»
API reference
»
Poll 8
»
Poll.php
»
Poll
public static function Poll::sort in Poll 8
File
src/
Entity/
Poll.php
, line 374
Class
Poll
Defines the poll entity class.
Namespace
Drupal\poll\Entity
Code
public static
function
sort
(
$a
,
$b
) {
return
strcmp
(
$a
->
label
(),
$b
->
label
()); }
API Navigation
Poll 8
Classes
Functions
Files
Namespaces
Services
Constants
Deprecated