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