public EntityTypeInterface::set($property, $value)
Sets a value to an arbitrary property.
Parameters
string $property: The property to use for the value.
mixed $value: The value to set.
Return value
$this
File
- core/lib/Drupal/Core/Entity/EntityTypeInterface.php, line 48
Class
- EntityTypeInterface
- Provides an interface for an entity type and its metadata.
Namespace
Drupal\Core\Entity
Code
public function set($property, $value);
Please login to continue.