TwistPHP Documentation

getGroupBySlug

File path: dist/twist/Core/Utilities/Asset.utility.php
Namespace: Twist\Core\Utilities
Extends: Base

getGroupBySlugGet an array of asset group information by its asset group slug

Parameters

Name Type Description
$strGroupSlugstringn/a

Return Values

void — No return information has been documented for this function.

Example

<?php
//Set the variables for the example
$strGroupSlug 'foo';

//Call the function getGroupBySlug with the example vars
Twist::Asset() -> getGroupBySlug($strGroupSlug);