content-lock-settings-entities.html.twig in Content locking (anti-concurrent editing) 8
Same filename and directory in other branches
Theme override to display the content lock entity settings.
Available variables:
- title: The title of the entity.
- build: Settings form of the entity
1 theme call to content-lock-settings-entities.html.twig
- ContentLockSettingsForm::buildForm in src/
Form/ ContentLockSettingsForm.php - Form constructor.
File
templates/content-lock-settings-entities.html.twigView source
- {#
- /**
- * @file
- * Theme override to display the content lock entity settings.
- *
- * Available variables:
- * - title: The title of the entity.
- * - build: Settings form of the entity
- */
- #}
- <h4>{{ title }}</h4>
- {{ build }}