EntityTypeInterface::get

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);
doc_Drupal
2016-10-29 09:08:20
Comments
Leave a Comment

Please login to continue.