public ConfigEntityInterface::get($property_name)
Returns the value of a property.
string $property_name: The name of the property that should be returned.
mixed The property if it exists, or NULL otherwise.
public function get($property_name);
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Config!Entity!ConfigEntityInterface.php/function/ConfigEntityInterface::get/8.1.x