Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
AbstractString.php
function AbstractString::kebab
File
vendor/
symfony/
string/
AbstractString.php
, line 436
Class
AbstractString
Represents a string of abstract characters.
Namespace
Symfony\Component\String
Code
public
function
kebab
() : static {
return
$this
->
snake
() ->
replace
(
'_'
,
'-'
); }
RSS feed