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

Breadcrumb

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

function RefinableDependentAccessTrait::getAccessDependency

1 call to RefinableDependentAccessTrait::getAccessDependency()
InlineBlock::getEntity in core/modules/layout_builder/src/Plugin/Block/InlineBlock.php
Loads or creates the block content entity of the block.

File

core/modules/block_content/src/Access/RefinableDependentAccessTrait.php, line 32

Class

RefinableDependentAccessTrait
Trait for \Drupal\block_content\Access\RefinableDependentAccessInterface.

Namespace

Drupal\block_content\Access

Code

public function getAccessDependency() {
    return $this->accessDependency;
}
RSS feed
Powered by Drupal