public function PatternDefinitionSetting::allowExpose in UI Patterns Settings 8.2
Get exposable property.
Return value
string Property value.
File
- src/
Definition/ PatternDefinitionSetting.php, line 237
Class
- PatternDefinitionSetting
- Pattern setting definition class.
Namespace
Drupal\ui_patterns_settings\DefinitionCode
public function allowExpose() {
return $this->definition['allow_expose'];
}