You are here

public function DomainInterface::saveProperty in Domain Access 8

Saves a specific domain attribute.

Parameters

string $name: The property key to save for the $domain object.

mixed $value: The value to set for the property.

1 method overrides DomainInterface::saveProperty()
Domain::saveProperty in domain/src/Entity/Domain.php
Saves a specific domain attribute.

File

domain/src/DomainInterface.php, line 55

Class

DomainInterface
Provides an interface defining a domain entity.

Namespace

Drupal\domain

Code

public function saveProperty($name, $value);