public EntityTypeInterface::get($property)
Gets any arbitrary property.
Parameters
string $property: The property to retrieve.
Return value
mixed The value for that property, or NULL if the property does not exist.
File
- core/lib/Drupal/Core/Entity/EntityTypeInterface.php, line 36
Class
- EntityTypeInterface
- Provides an interface for an entity type and its metadata.
Namespace
Drupal\Core\Entity
Code
public function get($property);
Please login to continue.