EntityViewDisplay.php
Namespace
Drupal\layout_builder_override\EntityFile
-
core/
modules/ layout_builder/ tests/ modules/ layout_builder_override/ src/ Entity/ EntityViewDisplay.php
View source
<?php
declare (strict_types=1);
namespace Drupal\layout_builder_override\Entity;
use Drupal\Core\Entity\Display\EntityViewDisplayInterface;
use Drupal\Core\Entity\Entity\EntityViewDisplay as BaseEntityViewDisplay;
/**
* Stub class to evaluate the override.
*/
class EntityViewDisplay extends BaseEntityViewDisplay implements EntityViewDisplayInterface {
}
Classes
| Title | Deprecated | Summary |
|---|---|---|
| EntityViewDisplay | Stub class to evaluate the override. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.