You are here

public function GTMContainer::id in GoogleTagManager 7.2

Returns the ID property.

Return value

string The property.

File

includes/entity/container.inc, line 200

Class

GTMContainer
Defines the container configuration entity.

Code

public function id() {
  return $this
    ->get('name');
}