function LayoutDefault::calculateDependencies

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Layout/LayoutDefault.php \Drupal\Core\Layout\LayoutDefault::calculateDependencies()
  2. 9 core/lib/Drupal/Core/Layout/LayoutDefault.php \Drupal\Core\Layout\LayoutDefault::calculateDependencies()
1 method overrides LayoutDefault::calculateDependencies()
TestLayoutMainFooter::calculateDependencies in core/modules/field_layout/tests/modules/field_layout_test/src/Plugin/Layout/TestLayoutMainFooter.php
Calculates dependencies for the configured plugin.

File

core/lib/Drupal/Core/Layout/LayoutDefault.php, line 90

Class

LayoutDefault
Provides a default class for Layout plugins.

Namespace

Drupal\Core\Layout

Code

public function calculateDependencies() {
  return [];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.