public function ChangesInterface::includeDocs in Replication 8
Same name and namespace in other branches
- 8.2 src/Changes/ChangesInterface.php \Drupal\replication\Changes\ChangesInterface::includeDocs()
Set the flag for including entities in the changeset.
Parameters
bool $include_docs: Whether to include entities in the changeset.
Return value
\Drupal\replication\Changes\ChangesInterface Returns $this.
1 method overrides ChangesInterface::includeDocs()
- Changes::includeDocs in src/
Changes/ Changes.php - Set the flag for including entities in the changeset.
File
- src/
Changes/ ChangesInterface.php, line 47
Class
- ChangesInterface
- Define and build a changeset for a Workspace.
Namespace
Drupal\replication\ChangesCode
public function includeDocs($include_docs);