Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| RecipeExtensionConfigStorage::exists | function | core/ |
Returns whether a configuration object exists. |
| RecipeExtensionConfigStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
| RecipeExtensionConfigStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
| RecipeExtensionConfigStorage::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
| RecipeExtensionConfigStorage::read | function | core/ |
Reads configuration data from the storage. |
| RecipeExtensionConfigStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
| RecipeExtensionConfigStorage::rename | function | core/ |
Renames a configuration object in the storage. |
| RecipeExtensionConfigStorage::write | function | core/ |
Writes configuration data to the storage. |
| RecipeExtensionConfigStorage::__construct | function | core/ |
|
| RecipeFileException::fromViolationList | function | core/ |
Creates an instance of this exception from a set of validation errors. |
| RecipeFileException::__construct | function | core/ |
Constructs a RecipeFileException object. |
| RecipeMissingExtensionsException | class | core/ |
Exception thrown when recipes contain or depend on missing extensions. |
| RecipeMissingExtensionsException.php | file | core/ |
|
| RecipeMissingExtensionsException::__construct | function | core/ |
Constructs a RecipeMissingExtensionsException. |
| RecipeOverrideConfigStorage | class | core/ |
Wraps a config storage to allow recipe provided configuration to override it. |
| RecipeOverrideConfigStorage.php | file | core/ |
|
| RecipeOverrideConfigStorage::createCollection | function | core/ |
Creates a collection on the storage. |
| RecipeOverrideConfigStorage::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
| RecipeOverrideConfigStorage::delete | function | core/ |
Deletes a configuration object from the storage. |
| RecipeOverrideConfigStorage::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
| RecipeOverrideConfigStorage::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| RecipeOverrideConfigStorage::exists | function | core/ |
Returns whether a configuration object exists. |
| RecipeOverrideConfigStorage::getAllCollectionNames | function | core/ |
Gets the existing collections. |
| RecipeOverrideConfigStorage::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
| RecipeOverrideConfigStorage::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
| RecipeOverrideConfigStorage::read | function | core/ |
Reads configuration data from the storage. |
| RecipeOverrideConfigStorage::readMultiple | function | core/ |
Reads configuration data from the storage. |
| RecipeOverrideConfigStorage::rename | function | core/ |
Renames a configuration object in the storage. |
| RecipeOverrideConfigStorage::write | function | core/ |
Writes configuration data to the storage. |
| RecipeOverrideConfigStorage::__construct | function | core/ |
|
| RecipePreExistingConfigException | class | core/ |
Exception thrown when a recipe has configuration that exists already. |
| RecipePreExistingConfigException.php | file | core/ |
|
| RecipePreExistingConfigException::__construct | function | core/ |
Constructs a RecipePreExistingConfigException. |
| RecipeQuickStartTest | class | core/ |
Tests the quick-start command with recipes. |
| RecipeQuickStartTest.php | file | core/ |
|
| RecipeQuickStartTest::$php | property | core/ |
The PHP executable path. |
| RecipeQuickStartTest::$root | property | core/ |
The Drupal root directory. |
| RecipeQuickStartTest::$testDb | property | core/ |
A test database object. |
| RecipeQuickStartTest::fileUnmanagedDeleteRecursive | function | core/ |
Deletes all files and directories in the specified path recursively. |
| RecipeQuickStartTest::setUp | function | core/ |
|
| RecipeQuickStartTest::tearDown | function | core/ |
|
| RecipeQuickStartTest::testQuickStartRecipeCommand | function | core/ |
Tests the quick-start command with a recipe. |
| RecipeRunner::installConfig | function | core/ |
Installs a config for a recipe. |
| RecipeRunner::installContent | function | core/ |
Installs a content for a recipe. |
| RecipeRunner::installModule | function | core/ |
Installs a module for a recipe. |
| RecipeRunner::installTheme | function | core/ |
Installs a theme for a recipe. |
| RecipeRunner::processConfiguration | function | core/ |
Creates configuration and applies configuration actions. |
| RecipeRunner::processContent | function | core/ |
Creates content contained in a recipe. |
| RecipeRunner::processInstall | function | core/ |
Installs the extensions. |
| RecipeRunner::processRecipe | function | core/ |
Pagination
- Previous page
- Page 1040
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.