config:export:view

Exportă un view în format YAML în interiorul unui modul furnizat pentru a-l reutiliza în alt sit web.

Usage:

drupal config:export:view [arguments] [options]
cev

Available options

OptionDetails

--module

Numele Modulului.

--optional-config

Exportați view-ul ca și o configurare YAML opțională în modulul dvs.

--include-module-dependencies

Includeți dependințele modulului în fișierul info YAML al modulului

--remove-uuid

If set, the configuration will be exported without uuid key.

--remove-config-hash

If set, the configuration will be exported without the default site hash key.

Available arguments

ArgumentDetails

view-id

ID-ul view-ului

Examples

Provide a view id

drupal config:export:view viewid

You can provide the interactive values like parameter.

drupal config:export:view viewid \
  --module="modulename" \
  --optional-config \
  --include-module-dependencies

Export as config for the provided module, updating the module's info.yml with any module dependencies from the view.

drupal config:export:view viewid \
  --module="modulename" \
  --optional-config \
  --include-module-dependencies