You are here

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\pathauto

Code

public function hasValue() {
  return $this->value !== NULL;
}