D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
forge
/
rezido.online
/
platform
/
plugins
/
block
/
src
/
Repositories
/
Interfaces
/
Filename :
BlockInterface.php
back
Copy
<?php namespace Botble\Block\Repositories\Interfaces; use Botble\Support\Repositories\Interfaces\RepositoryInterface; interface BlockInterface extends RepositoryInterface { public function createSlug(?string $name, int|string|null $id): string; }