Search for help
- Search 7.x for help
- Search 9.5.x for help
- Search 8.9.x for help
- Search 11.x for help
- Search main for help
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| InstallHelper.php | file | core/ |
|
| InstallHelper::$enabledLanguages | property | core/ |
Enabled languages. |
| InstallHelper::$entityTypeManager | property | core/ |
Entity type manager. |
| InstallHelper::$fileSystem | property | core/ |
The file system. |
| InstallHelper::$mediaImageIdMap | property | core/ |
Media Image CSV ID map. |
| InstallHelper::$moduleHandler | property | core/ |
Module handler. |
| InstallHelper::$module_path | property | core/ |
The module's path. |
| InstallHelper::$nodeIdMap | property | core/ |
Node CSV ID map. |
| InstallHelper::$state | property | core/ |
State. |
| InstallHelper::$termIdMap | property | core/ |
Term ID map. |
| InstallHelper::create | function | core/ |
Instantiates a new instance of this class. |
| InstallHelper::createFileEntity | function | core/ |
Creates a file entity based on an image path. |
| InstallHelper::deleteImportedContent | function | core/ |
Deletes any content imported by this module. |
| InstallHelper::getMediaImageId | function | core/ |
Retrieves the Media Image ID of a media image saved during the import process. |
| InstallHelper::getModulePath | function | core/ |
Set module_path variable. |
| InstallHelper::getNodePath | function | core/ |
Retrieves the node path of node CSV ID saved during the import process. |
| InstallHelper::getTermId | function | core/ |
Retrieves the Term ID of a term saved during the import process. |
| InstallHelper::getUser | function | core/ |
Looks up a user by name, if it is missing the user is created. |
| InstallHelper::importContent | function | core/ |
Imports default contents. |
| InstallHelper::importContentFromFile | function | core/ |
Imports content. |
| InstallHelper::importUsers | function | core/ |
Imports users. |
| InstallHelper::processArticle | function | core/ |
Process article data into article node structure. |
| InstallHelper::processBannerBlock | function | core/ |
Process block_banner data into block_banner block structure. |
| InstallHelper::processContent | function | core/ |
Process content into a structure that can be saved into Drupal. |
| InstallHelper::processDisclaimerBlock | function | core/ |
Process disclaimer_block data into disclaimer_block block structure. |
| InstallHelper::processFooterPromoBlock | function | core/ |
Process footer_block data into footer_block block structure. |
| InstallHelper::processImage | function | core/ |
Process images into media entities. |
| InstallHelper::processPage | function | core/ |
Process pages data into page node structure. |
| InstallHelper::processRecipe | function | core/ |
Process recipe data into recipe node structure. |
| InstallHelper::processTerm | function | core/ |
Process terms for a given vocabulary and filename. |
| InstallHelper::readMultilingualContent | function | core/ |
Read multilingual content. |
| InstallHelper::saveMediaImageId | function | core/ |
Saves a Media Image ID generated when saving a media image. |
| InstallHelper::saveNodePath | function | core/ |
Saves a node CSV ID generated when saving content. |
| InstallHelper::saveTermId | function | core/ |
Saves a Term ID generated when saving a taxonomy term. |
| InstallHelper::storeCreatedContentUuids | function | core/ |
Stores record of content entities created by this import. |
| InstallHelper::__construct | function | core/ |
Constructs a new InstallHelper object. |
| jsonapi_help | function | core/ |
Implements hook_help(). |
| JSWebAssert::waitForHelper | function | core/ |
Wraps waits in a function to catch curl exceptions to continue waiting. |
| language_help | function | core/ |
Implements hook_help(). |
| LayoutEntityHelperTrait | trait | core/ |
Methods to help with entities using the layout builder. |
| LayoutEntityHelperTrait.php | file | core/ |
|
| LayoutEntityHelperTrait::$sectionStorageManager | property | core/ |
The section storage manager. |
| LayoutEntityHelperTrait::getEntitySections | function | core/ |
Gets the sections for an entity if any. |
| LayoutEntityHelperTrait::getInlineBlockComponents | function | core/ |
Gets components that have Inline Block plugins. |
| LayoutEntityHelperTrait::getInlineBlockRevisionIdsInSections | function | core/ |
Gets revision IDs for layout sections. |
| LayoutEntityHelperTrait::getSectionStorageForEntity | function | core/ |
Gets the section storage for an entity. |
| LayoutEntityHelperTrait::isLayoutCompatibleEntity | function | core/ |
Determines if an entity can have a layout. |
| LayoutEntityHelperTrait::originalEntityUsesDefaultStorage | function | core/ |
Determines if the original entity used the default section storage. |
| LayoutEntityHelperTrait::sectionStorageManager | function | core/ |
Gets the section storage manager. |
| LayoutEntityHelperTraitTest | class | core/ |
@coversDefaultClass \Drupal\layout_builder\LayoutEntityHelperTrait[[api-linebreak]] |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.