public function DomainInterface::addProperty in Domain Access 8
Adds a property to the domain record.
Parameters
string $name: The name of the property to retrieve.
mixed $value: The value of the property.
1 method overrides DomainInterface::addProperty()
- Domain::addProperty in domain/
src/ Entity/ Domain.php - Adds a property to the domain record.
File
- domain/
src/ DomainInterface.php, line 133
Class
- DomainInterface
- Provides an interface defining a domain entity.
Namespace
Drupal\domainCode
public function addProperty($name, $value);