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 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| TriggeringElementTest::$modules | property | core/ |
Modules to install. |
| TriggeringElementTest::testAttemptAccessControlBypass | function | core/ |
Tests attempts to bypass access control. |
| TriggeringElementTest::testNoButtonInfoInPost | function | core/ |
Tests the triggering element when no button information is included. |
| Truncate::__construct | function | core/ |
Constructs a Truncate query object. |
| Truncate::__toString | function | core/ |
Implements PHP magic __toString method to convert the query to a string. |
| Truncate::__toString | function | core/ |
On PostgreSQL, TRUNCATE is fully transactional: it can be rolled back and does not cause an implicit commit, so there is no need to fall back to the slower DELETE query when inside a transaction. TRUNCATE is much faster on large tables and, unlike… |
| Truncate::__toString | function | core/ |
Implements PHP magic __toString method to convert the query to a string. |
| TruncateTest | class | core/ |
Tests the PostgreSQL implementation of truncate queries. |
| TruncateTest.php | file | core/ |
|
| TruncateTest::testTruncateSqlStatement | function | core/ |
Tests that the SQL is a TRUNCATE statement, also inside a transaction. |
| TrustedCallback | class | core/ |
Attribute to tell that a method is a trusted callback. |
| TrustedCallback.php | file | core/ |
|
| TrustedCallbackInterface | interface | core/ |
Interface to declare trusted callbacks. |
| TrustedCallbackInterface.php | file | core/ |
|
| TrustedCallbackInterface::THROW_EXCEPTION | constant | core/ |
Untrusted callbacks throw exceptions. |
| TrustedCallbackInterface::TRIGGER_SILENCED_DEPRECATION | constant | core/ |
Untrusted callbacks trigger silenced E_USER_DEPRECATION errors. |
| TrustedCallbackInterface::trustedCallbacks | function | core/ |
Lists the trusted callbacks provided by the implementing class. |
| TrustedHostsRequestFactory | class | core/ |
Provides a request factory for requests using host verification. |
| TrustedHostsRequestFactory.php | file | core/ |
|
| TrustedHostsRequestFactory::$host | property | core/ |
The host of the main request. |
| TrustedHostsRequestFactory::createRequest | function | core/ |
Creates a new request object. |
| TrustedHostsRequestFactory::__construct | function | core/ |
Creates a new TrustedHostsRequestFactory. |
| TrustedHostsRequestFactoryTest | class | core/ |
Tests the trusted hosts request factory. |
| TrustedHostsRequestFactoryTest.php | file | core/ |
|
| TrustedHostsRequestFactoryTest::providerTestCreateRequest | function | core/ |
Provides data for testCreateRequest(). |
| TrustedHostsRequestFactoryTest::testCreateRequest | function | core/ |
Tests TrustedHostsRequestFactory::createRequest(). |
| TrustedHostsTest | class | core/ |
Tests output on the status overview page. |
| TrustedHostsTest | class | core/ |
Tests output on the status overview page. |
| TrustedHostsTest.php | file | core/ |
|
| TrustedHostsTest.php | file | core/ |
|
| TrustedHostsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| TrustedHostsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| TrustedHostsTest::$modules | property | core/ |
Modules to install. |
| TrustedHostsTest::setUp | function | core/ |
|
| TrustedHostsTest::setUp | function | core/ |
|
| TrustedHostsTest::testFakeRequests | function | core/ |
Tests that fake requests have the proper host configured. |
| TrustedHostsTest::testRequestBags | function | core/ |
Tests that the request bags have the correct classes. |
| TrustedHostsTest::testShortcut | function | core/ |
Tests that shortcut module works together with host verification. |
| TrustedHostsTest::testStatusPageWithConfiguration | function | core/ |
Tests that the status page shows the trusted patterns from settings.php. |
| TrustedHostsTest::testStatusPageWithoutConfiguration | function | core/ |
Tests the status page behavior with no setting. |
| TrustedHostsTestController | class | core/ |
Provides a test controller for testing the trusted hosts setting. |
| TrustedHostsTestController.php | file | core/ |
|
| TrustedHostsTestController::bagType | function | core/ |
Creates a fake request and prints out the class name of the specified bag. |
| TrustedHostsTestController::fakeRequestHost | function | core/ |
Creates a fake request and prints out its host. |
| TrustedInterface | interface | core/ |
Interface representing classes with trusted callbacks. |
| TrustedMethods | class | core/ |
Test class with implemented trusted callbacks. |
| TrustedMethods::attributeCallback | function | core/ |
#[TrustedCallback] |
| TrustedMethods::callback | function | core/ |
|
| TrustedMethods::trustedCallbacks | function | core/ |
Lists the trusted callbacks provided by the implementing class. |
| TrustedMethods::unTrustedCallback | function | core/ |
Pagination
- Previous page
- Page 1465
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.