Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ArrayInterface.php
function ArrayInterface::isEmpty
Returns `true` if this array is empty.
1 method overrides
ArrayInterface::isEmpty()
AbstractArray::isEmpty
in vendor/
ramsey/
collection/
src/
AbstractArray.php
Returns `true` if this array is empty.
File
vendor/
ramsey/
collection/
src/
ArrayInterface.php
, line 48
Class
ArrayInterface
`ArrayInterface` provides traversable array functionality to data types.
Namespace
Ramsey\Collection
Code
public
function
isEmpty
() : bool;
RSS feed