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

Breadcrumb

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

function View::label

Overrides EntityBase::label

File

core/modules/views/src/Entity/View.php, line 141

Class

View
Defines a View configuration entity class.

Namespace

Drupal\views\Entity

Code

public function label() {
    return $this->get('label');
}
RSS feed
Powered by Drupal