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

Breadcrumb

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

function LayoutBuilderOverridableInterface::setOverridable

Sets the display to allow or disallow overrides.

Parameters

bool $overridable: TRUE if the display should allow overrides, FALSE otherwise.

Return value

$this

File

core/modules/layout_builder/src/LayoutBuilderOverridableInterface.php, line 26

Class

LayoutBuilderOverridableInterface
Provides an interface for displays that could be overridable.

Namespace

Drupal\layout_builder

Code

public function setOverridable($overridable = TRUE);

API Navigation

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