Heratio Framework API Reference

QubitSlug
in package

Table of Contents

Constants

SLUG_BASIS_IDENTIFIER  = \AtomExtensions\Services\SlugService::SLUG_BASIS_IDENTIFIER
SLUG_BASIS_REFERENCE_CODE  = \AtomExtensions\Services\SlugService::SLUG_BASIS_REFERENCE_CODE
SLUG_BASIS_TITLE  = \AtomExtensions\Services\SlugService::SLUG_BASIS_TITLE
SLUG_PERMISSIVE  = \AtomExtensions\Services\SlugService::SLUG_PERMISSIVE
SLUG_RESTRICTIVE  = \AtomExtensions\Services\SlugService::SLUG_RESTRICTIVE

Methods

getValidSlugChars()  : string
Get valid slug character class regex.

Constants

SLUG_BASIS_IDENTIFIER

public mixed SLUG_BASIS_IDENTIFIER = \AtomExtensions\Services\SlugService::SLUG_BASIS_IDENTIFIER

SLUG_BASIS_REFERENCE_CODE

public mixed SLUG_BASIS_REFERENCE_CODE = \AtomExtensions\Services\SlugService::SLUG_BASIS_REFERENCE_CODE

SLUG_BASIS_TITLE

public mixed SLUG_BASIS_TITLE = \AtomExtensions\Services\SlugService::SLUG_BASIS_TITLE

SLUG_PERMISSIVE

public mixed SLUG_PERMISSIVE = \AtomExtensions\Services\SlugService::SLUG_PERMISSIVE

SLUG_RESTRICTIVE

public mixed SLUG_RESTRICTIVE = \AtomExtensions\Services\SlugService::SLUG_RESTRICTIVE

Methods

getValidSlugChars()

Get valid slug character class regex.

public static getValidSlugChars() : string

Used by arRestApiPlugin for route parameter constraints.

Return values
string

        
On this page

Search results