public function PathautoState::hasValue in Pathauto 8
Returns TRUE if a value was set.
File
- src/
PathautoState.php, line 91
Class
- PathautoState
- A property that stores in keyvalue whether an entity should receive an alias.
Namespace
Drupal\pathautoCode
public function hasValue() {
return $this->value !== NULL;
}