Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EnabledExtensionsValidator | class | core/ |
Validates no enabled Drupal extensions are removed from the stage directory. |
| EnabledExtensionsValidator.php | file | core/ |
|
| EnabledExtensionsValidator::getSubscribedEvents | function | core/ |
|
| EnabledExtensionsValidator::validate | function | core/ |
Validates that no enabled Drupal extensions have been removed. |
| EnabledExtensionsValidator::__construct | function | core/ |
|
| EnabledExtensionsValidatorTest | class | core/ |
Tests Enabled Extensions Validator. |
| EnabledExtensionsValidatorTest.php | file | core/ |
|
| EnabledExtensionsValidatorTest::createExtension | function | core/ |
Returns a mocked extension object for a package. |
| EnabledExtensionsValidatorTest::providerExtensionRemoved | function | core/ |
Data provider for testExtensionRemoved(). |
| EnabledExtensionsValidatorTest::testExtensionRemoved | function | core/ |
Tests that error is raised if Drupal modules, profiles or themes are removed. |
| EnableLayoutBuilderTrait::disableLayoutBuilderFromUi | function | core/ |
Disables Layout Builder using the UI. |
| EndOfTransactionQueriesTest | class | core/ |
Tests delaying of cache tag invalidation queries to the end of transactions. |
| EndOfTransactionQueriesTest.php | file | core/ |
|
| EndOfTransactionQueriesTest::$modules | property | core/ |
Modules to install. |
| EndOfTransactionQueriesTest::entityTestInsert | function | core/ |
Implements hook_ENTITY_TYPE_insert(). |
| EndOfTransactionQueriesTest::getStatementsForTable | function | core/ |
Filters statements by table name. |
| EndOfTransactionQueriesTest::isStatementRelatedToTable | function | core/ |
Determines if a statement is relative to a specified table. |
| EndOfTransactionQueriesTest::register | function | core/ |
Registers test-specific services. |
| EndOfTransactionQueriesTest::setUp | function | core/ |
|
| EndOfTransactionQueriesTest::testEntitySave | function | core/ |
Tests an entity save. |
| EndOfTransactionQueriesTest::testEntitySaveRollback | function | core/ |
Tests an entity save rollback. |
| EndOfTransactionQueriesTest::userInsert | function | core/ |
Implements hook_ENTITY_TYPE_insert(). |
| Endpoint::$formats | property | core/ |
List of supported formats. Only 'json' and 'xml' are allowed. |
| Endpoint::$schemes | property | core/ |
List of URL schemes supported by the provider. |
| Endpoint::$supportsDiscovery | property | core/ |
Whether the provider supports oEmbed discovery. |
| Endpoint::buildResourceUrl | function | core/ |
Builds and returns the endpoint URL. |
| Endpoint::getFormats | function | core/ |
Returns list of supported formats. |
| Endpoint::getSchemes | function | core/ |
Returns list of URL schemes supported by the provider. |
| Endpoint::supportsDiscovery | function | core/ |
Returns whether the provider supports oEmbed discovery. |
| Endpoint::__construct | function | core/ |
Endpoint constructor. |
| EndpointTest | class | core/ |
Tests Drupal\media\OEmbed\Endpoint. |
| EndpointTest.php | file | core/ |
|
| EndpointTest::testCaseSensitiveMatch | function | core/ |
Tests case sensitive match. |
| EndpointTest::testMatchUrl | function | core/ |
Tests match url. |
| EnforcedFormResponseSubscriber | class | core/ |
Handle the EnforcedResponseException and deliver an EnforcedResponse. |
| EnforcedFormResponseSubscriber.php | file | core/ |
|
| EnforcedFormResponseSubscriber::getSubscribedEvents | function | core/ |
|
| EnforcedFormResponseSubscriber::onKernelException | function | core/ |
Replaces the response in case an EnforcedResponseException was thrown. |
| EnforcedFormResponseSubscriber::onKernelResponse | function | core/ |
Unwraps an enforced response. |
| EnforcedResponse | class | core/ |
A wrapper containing a response which is to be enforced upon delivery. |
| EnforcedResponse.php | file | core/ |
|
| EnforcedResponse::$response | property | core/ |
The wrapped response object. |
| EnforcedResponse::createFromException | function | core/ |
Constructs a new enforced response from the given exception. |
| EnforcedResponse::getResponse | function | core/ |
Returns the wrapped response. |
| EnforcedResponse::__construct | function | core/ |
Constructs an enforced response. |
| EnforcedResponseException | class | core/ |
Custom exception to break out of the main request and enforce a response. |
| EnforcedResponseException.php | file | core/ |
|
| EnforcedResponseException::$response | property | core/ |
The response to be enforced. |
| EnforcedResponseException::getResponse | function | core/ |
Return the response to be enforced. |
| EnforcedResponseException::__construct | function | core/ |
Constructs a new enforced response exception. |
Pagination
- Previous page
- Page 407
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.