Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ConfigEntityInterface.php

function ConfigEntityInterface::get

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.

2 methods override ConfigEntityInterface::get()
ConfigEntityBase::get in core/lib/Drupal/Core/Config/Entity/ConfigEntityBase.php
Returns the value of a property.
ViewUI::get in core/modules/views_ui/src/ViewUI.php
Returns the value of a property.

File

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

Class

ConfigEntityInterface
Defines a common interface for configuration entities.

Namespace

Drupal\Core\Config\Entity

Code

public function get($property_name);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal