ElementIndexesVariable
- Type
- Class
- Namespace
- Craft
- Inherits
- Craft\ElementIndexesVariable
- Since
- 2.5
Class ElementIndexesVariable
See also http://craftcms.com
View source (opens new window)
# Public Methods
Method | Description |
---|---|
getSources() | Returns the element index sources in the custom groupings/order. |
# getSources()
Returns the element index sources in the custom groupings/order.
View source (opens new window)
Arguments
$elementTypeClass
(string (opens new window)) – The element type class$context
(string (opens new window)) – The context
Returns
Signature
public array getSources ( $elementTypeClass, $context = 'index' )