Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search main for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| Explode.php | file | core/ |
|
| Explode::multiple | function | core/ |
|
| Explode::transform | function | core/ |
|
| ExplodeTest | class | core/ |
Tests the Explode process plugin. |
| ExplodeTest.php | file | core/ |
|
| ExplodeTest::providerExplodeWithNonStrictAndEmptySource | function | core/ |
Data provider for ::testExplodeWithNonStrictAndEmptySource(). |
| ExplodeTest::setUp | function | core/ |
|
| ExplodeTest::testChainedTransform | function | core/ |
Tests if the explode process can be chained with handles_multiple process. |
| ExplodeTest::testExplodeWithEmptyDelimiter | function | core/ |
Tests explode fails with empty delimiter. |
| ExplodeTest::testExplodeWithNonStrictAndEmptySource | function | core/ |
Tests that explode works on non-strings but with strict set to FALSE. |
| ExplodeTest::testExplodeWithNonStrictAndNonCastable | function | core/ |
Tests Explode exception handling when string-cast fails. |
| ExplodeTest::testExplodeWithNonString | function | core/ |
Tests explode fails properly on non-strings. |
| ExplodeTest::testExplodeWithStrictAndEmptyString | function | core/ |
Tests Explode return values with an empty string and strict check. |
| ExplodeTest::testTransform | function | core/ |
Tests explode transform process works. |
| ExplodeTest::testTransformLimit | function | core/ |
Tests explode transform process works with a limit. |
| Exporter | class | core/ |
Handles exporting content entities. |
| Exporter.php | file | core/ |
|
| Exporter::export | function | core/ |
Exports a single content entity as an array. |
| Exporter::exportFieldItem | function | core/ |
Exports a single field item generically. |
| Exporter::exportReference | function | core/ |
Exports an entity reference field item. |
| Exporter::exportToFile | function | core/ |
Exports an entity to a YAML file in a directory. |
| Exporter::exportTranslation | function | core/ |
Exports a single translation of a content entity. |
| Exporter::exportWithDependencies | function | core/ |
Exports an entity and all of its dependencies to a directory. |
| Exporter::__construct | function | core/ |
|
| ExportForm | class | core/ |
Form for the Gettext translation files export form. |
| ExportForm.php | file | core/ |
|
| ExportForm::$fileSystem | property | core/ |
The file system service. |
| ExportForm::$languageManager | property | core/ |
The language manager. |
| ExportForm::buildForm | function | core/ |
|
| ExportForm::create | function | core/ |
|
| ExportForm::getFormId | function | core/ |
|
| ExportForm::submitForm | function | core/ |
|
| ExportForm::__construct | function | core/ |
Constructs a new ExportForm. |
| ExportMetadata | class | core/ |
Collects metadata about an entity being exported. |
| ExportMetadata.php | file | core/ |
|
| ExportMetadata::$attachments | property | core/ |
Files that should accompany the exported entity. |
| ExportMetadata::$metadata | property | core/ |
The collected export metadata. |
| ExportMetadata::addAttachment | function | core/ |
Attaches a file to the exported entity. |
| ExportMetadata::addDependency | function | core/ |
Adds a dependency on another content entity. |
| ExportMetadata::get | function | core/ |
Returns the collected metadata as an array. |
| ExportMetadata::getAttachments | function | core/ |
Returns the files attached to this entity. |
| ExportMetadata::getDependencies | function | core/ |
Returns the dependencies of the exported entity. |
| ExportMetadata::__construct | function | core/ |
|
| ExportResult | class | core/ |
The result of exporting a content entity. |
| ExportResult.php | file | core/ |
|
| ExportResult::__construct | function | core/ |
|
| ExportResult::__toString | function | core/ |
Returns the exported entity data as YAML. |
| ExportStorageManager | class | core/ |
The export storage manager dispatches an event for the export storage. |
| ExportStorageManager.php | file | core/ |
|
| ExportStorageManager::$storage | property | core/ |
The database storage. |
Pagination
- Previous page
- Page 607
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.