Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| EmptySource | class | core/ |
Source returning a row based on the constants provided. |
| EmptySource | class | core/ |
Source returning an empty row with Drupal specific config dependencies. |
| EmptySource.php | file | core/ |
|
| EmptySource.php | file | core/ |
|
| EmptySource::$deprecatedProperties | property | core/ |
|
| EmptySource::$entityTypeManager | property | core/ |
The entity type manager. |
| EmptySource::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| EmptySource::count | function | core/ |
Gets the source count. |
| EmptySource::create | function | core/ |
Creates an instance of the plugin. |
| EmptySource::fields | function | core/ |
Returns available fields on the source. |
| EmptySource::getIds | function | core/ |
Defines the source fields uniquely identifying a source row. |
| EmptySource::initializeIterator | function | core/ |
Initializes the iterator with the source data. |
| EmptySource::__construct | function | core/ |
Constructs a \Drupal\Component\Plugin\PluginBase object. |
| EmptySource::__toString | function | core/ |
Allows class to decide how it will react when it is treated like a string. |
| EmptyStatementTest | class | core/ |
Tests the empty pseudo-statement class. |
| EmptyStatementTest.php | file | core/ |
|
| EmptyStatementTest::testEmpty | function | core/ |
Tests that the empty result set behaves as empty. |
| EmptyStatementTest::testEmptyFetchAll | function | core/ |
Tests that the empty result set mass-fetches in an expected way. |
| EmptyStatementTest::testEmptyIteration | function | core/ |
Tests that the empty result set iterates safely. |
| EndOfTransactionQueriesTest | class | core/ |
Tests that cache tag invalidation queries are delayed to the end of transactions. |
| EndOfTransactionQueriesTest.php | file | core/ |
|
| EndOfTransactionQueriesTest::$modules | property | core/ |
Modules to enable. |
| EndOfTransactionQueriesTest::getDatabaseConnectionInfo | function | core/ |
Returns the Database connection info to be used for this test. |
| EndOfTransactionQueriesTest::getStatementsForTable | function | core/ |
Filters statements by table name. |
| EndOfTransactionQueriesTest::register | function | core/ |
Registers test-specific services. |
| EndOfTransactionQueriesTest::setUp | function | core/ |
|
| EndOfTransactionQueriesTest::statementToTableName | function | core/ |
Returns the table name for a statement. |
| EndOfTransactionQueriesTest::testEntitySave | function | core/ |
|
| EndOfTransactionQueriesTest::testEntitySaveRollback | function | core/ |
|
| 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. |
| 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/ |
Pagination
- Previous page
- Page 361
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.