Search for drupal_
- Search 7.x for drupal_
- Search 9.5.x for drupal_
- Search 8.9.x for drupal_
- Search 10.3.x for drupal_
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| DrupalDevDependenciesBuilder.php | file | composer/ |
|
| DrupalDevDependenciesBuilder::getPackage | function | composer/ |
Generate the Composer.json data for the current tag or branch. |
| DrupalDevDependenciesBuilder::getPath | function | composer/ |
Return the path to where the metapackage should be written. |
| DrupalDevDependenciesBuilder::initialPackageMetadata | function | composer/ |
Returns the initial package metadata that describes the metapackage. |
| DrupalFlushAllCachesInInstallerTest | class | core/ |
Tests drupal_flush_all_caches() during an install. |
| DrupalFlushAllCachesInInstallerTest.php | file | core/ |
|
| DrupalFlushAllCachesInInstallerTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| DrupalFlushAllCachesInInstallerTest::$profile | property | core/ |
The profile to install as a basis for testing. |
| DrupalFlushAllCachesInInstallerTest::prepareEnvironment | function | core/ |
Prepares the current environment for running the test. |
| DrupalFlushAllCachesInInstallerTest::testInstalled | function | core/ |
Confirms that the installation succeeded. |
| DrupalFlushAllCachesTest | class | core/ |
Tests Drupal Flush All Caches. |
| DrupalFlushAllCachesTest.php | file | core/ |
|
| DrupalFlushAllCachesTest::$containerBuilds | property | core/ |
Stores the number of container builds. |
| DrupalFlushAllCachesTest::$modules | property | core/ |
Modules to install. |
| DrupalFlushAllCachesTest::register | function | core/ |
Registers test-specific services. |
| DrupalFlushAllCachesTest::testDrupalFlushAllCachesModuleList | function | core/ |
Tests that drupal_flush_all_caches() uses core.extension properly. |
| DrupalInstalledTemplate | class | composer/ |
Produces code for the DrupalInstalled file. |
| DrupalInstalledTemplate.php | file | composer/ |
|
| DrupalInstalledTemplate::getCode | function | composer/ |
Gets the code for the DrupalInstalled class. |
| DrupalKernel | class | core/ |
The DrupalKernel class is the core of Drupal itself. |
| DrupalKernel.php | file | core/ |
|
| DrupalKernel::$allowDumping | property | core/ |
Whether the container can be dumped. |
| DrupalKernel::$booted | property | core/ |
Whether the kernel has been booted. |
| DrupalKernel::$bootstrapContainer | property | core/ |
Holds the bootstrap container. |
| DrupalKernel::$bootstrapContainerClass | property | core/ |
Holds the class used for instantiating the bootstrap container. |
| DrupalKernel::$classLoader | property | core/ |
The class loader object. |
| DrupalKernel::$configStorage | property | core/ |
Config storage object used for reading enabled modules configuration. |
| DrupalKernel::$container | property | core/ |
Holds the container instance. |
| DrupalKernel::$containerNeedsDumping | property | core/ |
Whether the container needs to be dumped once booting is complete. |
| DrupalKernel::$containerNeedsRebuild | property | core/ |
Whether the container needs to be rebuilt the next time it is initialized. |
| DrupalKernel::$defaultBootstrapContainerDefinition | property | core/ |
Holds the default bootstrap container definition. |
| DrupalKernel::$environment | property | core/ |
The environment, e.g. 'testing', 'install'. |
| DrupalKernel::$isEnvironmentInitialized | property | core/ |
Whether the PHP environment has been initialized. |
| DrupalKernel::$moduleData | property | core/ |
List of available modules and installation profiles. |
| DrupalKernel::$moduleList | property | core/ |
Holds the list of enabled modules. |
| DrupalKernel::$phpArrayDumperClass | property | core/ |
Holds the class used for dumping the container to a PHP array. |
| DrupalKernel::$prepared | property | core/ |
Whether essential services have been set up properly by preHandle(). |
| DrupalKernel::$root | property | core/ |
The app root. |
| DrupalKernel::$serviceProviderClasses | property | core/ |
List of discovered service provider class names or objects. |
| DrupalKernel::$serviceProviders | property | core/ |
List of instantiated service provider classes. |
| DrupalKernel::$serviceYamls | property | core/ |
List of discovered services.yml path names. |
| DrupalKernel::$sitePath | property | core/ |
The site path directory. |
| DrupalKernel::addServiceFiles | function | core/ |
Add service files. |
| DrupalKernel::attachSynthetic | function | core/ |
Attach synthetic values on to kernel. |
| DrupalKernel::boot | function | core/ |
Boots the current kernel. |
| DrupalKernel::bootEnvironment | function | core/ |
Setup a consistent PHP environment. |
| DrupalKernel::cacheDrupalContainer | function | core/ |
Stores the container definition in a cache. |
| DrupalKernel::classLoaderAddMultiplePsr4 | function | core/ |
Registers a list of namespaces with PSR-4 directories for class loading. |
| DrupalKernel::compileContainer | function | core/ |
Compiles a new service container. |
| DrupalKernel::createFromRequest | function | core/ |
Create a DrupalKernel object from a request. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.