Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
AbstractString.php
function AbstractString::__clone
1 method overrides
AbstractString::__clone()
UnicodeString::__clone
in vendor/
symfony/
string/
UnicodeString.php
File
vendor/
symfony/
string/
AbstractString.php
, line 709
Class
AbstractString
Represents a string of abstract characters.
Namespace
Symfony\Component\String
Code
public
function
__clone
() {
$this
->
ignoreCase
=
false
; }
RSS feed