class Attribute in Jssor Slider 7
Hierarchy
- class \Drupal\Core\Template\Attribute
Expanded class hierarchy of Attribute
1 file declares its use of Attribute
- jssor.theme.inc in ./
jssor.theme.inc - Preprocessors and helper functions to make theming easier.
File
- src/
shims/ Attribute.inc, line 12
Namespace
Drupal\Core\TemplateView source
class Attribute {
public $attributes;
function __construct($attributes) {
$this->attributes = $attributes;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
Attribute:: |
public | property | ||
Attribute:: |
function |