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

Breadcrumb

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

function ViewUI::access

Overrides AccessibleInterface::access

File

core/modules/views_ui/src/ViewUI.php, line 1053

Class

ViewUI
Stores UI related temporary settings.

Namespace

Drupal\views_ui

Code

public function access($operation = 'view', ?AccountInterface $account = NULL, $return_as_object = FALSE) {
    return $this->storage
        ->access($operation, $account, $return_as_object);
}

API Navigation

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