Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ArrayInterface.php
function ArrayInterface::clear
Removes all items from this array.
1 method overrides
ArrayInterface::clear()
AbstractArray::clear
in vendor/
ramsey/
collection/
src/
AbstractArray.php
Removes all items from this array.
File
vendor/
ramsey/
collection/
src/
ArrayInterface.php
, line 36
Class
ArrayInterface
`ArrayInterface` provides traversable array functionality to data types.
Namespace
Ramsey\Collection
Code
public
function
clear
() : void;
RSS feed