File path: dist/twist/Core/Utilities/Asset.utility.php
Namespace: Twist\Core\Utilities
Extends: Base
getGroupBySlug
— Get an array of asset group information by its asset group slug
Name | Description |
---|---|
$strGroupSlug | n/a |
void — No return information has been documented for this function.
<?php
//Set the variables for the example
$strGroupSlug = 'foo';
//Call the function getGroupBySlug with the example vars
Twist::Asset() -> getGroupBySlug($strGroupSlug);