function XBBCodeTagMatch::attr in Extensible BBCode 8
Same name and namespace in other branches
- 8.2 src/XBBCodeTagMatch.php \Drupal\xbbcode\XBBCodeTagMatch::attr()
File
- lib/
Drupal/ xbbcode/ XBBCodeTagMatch.php, line 23
Class
Namespace
Drupal\xbbcodeCode
function attr($name) {
return isset($this->attrs[$name]) ? $this->attrs[$name] : NULL;
}