ConfigEntityInterface::get

public ConfigEntityInterface::get($property_name)

Returns the value of a property.

Parameters

string $property_name: The name of the property that should be returned.

Return value

mixed The property if it exists, or NULL otherwise.

File

core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php, line 125

Class

ConfigEntityInterface
Defines a common interface for configuration entities.

Namespace

Drupal\Core\Config\Entity

Code

public function get($property_name);
doc_Drupal
2016-10-29 08:52:41
Comments
Leave a Comment

Please login to continue.