Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| Drupal::logger | function | core/ |
Returns a channel logger object. |
| Drupal::menuTree | function | core/ |
Returns the menu tree. |
| Drupal::messenger | function | core/ |
Returns the messenger. |
| Drupal::MINIMUM_PHP | constant | core/ |
Minimum allowed version of PHP for Drupal to be bootstrapped. |
| Drupal::MINIMUM_PHP_MEMORY_LIMIT | constant | core/ |
Minimum recommended value of PHP memory_limit. |
| Drupal::MINIMUM_SUPPORTED_PHP | constant | core/ |
Minimum supported version of PHP. |
| Drupal::moduleHandler | function | core/ |
Returns the module handler. |
| Drupal::pathValidator | function | core/ |
Returns the path validator. |
| Drupal::queue | function | core/ |
Returns a queue for the given queue name. |
| Drupal::RECOMMENDED_PHP | constant | core/ |
Minimum recommended version of PHP. |
| Drupal::request | function | core/ |
Retrieves the currently active request object. |
| Drupal::requestStack | function | core/ |
Retrieves the request stack. |
| Drupal::root | function | core/ |
Gets the app root. |
| Drupal::routeMatch | function | core/ |
Retrieves the currently active route match object. |
| Drupal::service | function | core/ |
Retrieves a service from the container. |
| Drupal::setContainer | function | core/ |
Sets a new global container. |
| Drupal::state | function | core/ |
Returns the state storage service. |
| Drupal::theme | function | core/ |
Gets the theme service. |
| Drupal::time | function | core/ |
Returns the time service. |
| Drupal::token | function | core/ |
Returns the token service. |
| Drupal::translation | function | core/ |
Returns the string translation service. |
| Drupal::transliteration | function | core/ |
Returns the transliteration service. |
| Drupal::typedDataManager | function | core/ |
Returns the typed data manager service. |
| Drupal::unsetContainer | function | core/ |
Unsets the global container. |
| Drupal::urlGenerator | function | core/ |
Returns the URL generator service. |
| Drupal::VERSION | constant | core/ |
The current system version. |
| DrupalAspectsOfCKEditor5Plugin | class | core/ |
Defines the "Drupal aspects of a CKEditor5Plugin" annotation object. |
| DrupalAspectsOfCKEditor5Plugin.php | file | core/ |
|
| DrupalAspectsOfCKEditor5Plugin::$admin_library | property | core/ |
The admin library this plugin provides. |
| DrupalAspectsOfCKEditor5Plugin::$class | property | core/ |
The CKEditor 5 plugin class. |
| DrupalAspectsOfCKEditor5Plugin::$conditions | property | core/ |
List of conditions to enable this plugin. |
| DrupalAspectsOfCKEditor5Plugin::$deriver | property | core/ |
The CKEditor 5 plugin deriver class. |
| DrupalAspectsOfCKEditor5Plugin::$elements | property | core/ |
List of elements and attributes provided. |
| DrupalAspectsOfCKEditor5Plugin::$label | property | core/ |
The human-readable name of the CKEditor plugin. |
| DrupalAspectsOfCKEditor5Plugin::$library | property | core/ |
The library this plugin requires. |
| DrupalAspectsOfCKEditor5Plugin::$toolbar_items | property | core/ |
List of toolbar items the plugin provides. |
| drupalci.yml | file | core/ |
core/drupalci.yml |
| DrupalComponentTest | class | core/ |
General tests for \Drupal\Component that can't go anywhere else. |
| DrupalComponentTest.php | file | core/ |
|
| DrupalComponentTest::assertNoCoreUsage | function | core/ |
Asserts that the given class is not using any class from Core namespace. |
| DrupalComponentTest::findPhpClasses | function | core/ |
Searches a directory recursively for PHP classes. |
| DrupalComponentTest::getComponents | function | core/ |
Data provider. |
| DrupalComponentTest::providerAssertNoCoreUsage | function | core/ |
Data provider for testAssertNoCoreUsage(). |
| DrupalComponentTest::testAssertNoCoreUsage | function | core/ |
@covers \Drupal\Tests\Component\DrupalComponentTest::assertNoCoreUsage[[api-linebreak]] @dataProvider providerAssertNoCoreUsage |
| DrupalComponentTest::testComponentLicense | function | core/ |
Tests LICENSE.txt is present and has the correct content. |
| DrupalComponentTest::testNoCoreInComponent | function | core/ |
Tests that classes in Component do not use any Core class. |
| DrupalComponentTest::testNoCoreInComponentTests | function | core/ |
Tests that classes in Component Tests do not use any Core class. |
| DrupalComponentTestListenerTrait | trait | core/ |
Ensures that no component tests are extending a core test base class. |
| DrupalComponentTestListenerTrait.php | file | core/ |
|
| DrupalComponentTestListenerTrait::componentEndTest | function | core/ |
Reacts to the end of a test. |
Pagination
- Previous page
- Page 420
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.