Search for run
Title | Object type | File name | Summary |
---|---|---|---|
DeleteTruncateTest::testDeleteFromNonExistingTable | function | core/ |
Deleting from a not existing table throws a DatabaseExceptionWrapper. |
DeleteTruncateTest::testSimpleDelete | function | core/ |
Confirms that we can delete a single record successfully. |
DeleteTruncateTest::testSpecialColumnDelete | function | core/ |
Confirms that we can delete a single special column name record successfully. |
DeleteTruncateTest::testSubselectDelete | function | core/ |
Confirms that we can use a subselect in a delete successfully. |
DeleteTruncateTest::testTruncate | function | core/ |
Confirms that we can truncate a whole table successfully. |
DeleteTruncateTest::testTruncateInTransaction | function | core/ |
Confirms that we can truncate a whole table while in transaction. |
DeleteTruncateTest::testTruncateNonExistingTable | function | core/ |
Truncating a not existing table throws a DatabaseExceptionWrapper. |
DeleteTruncateTest::testTruncateTransactionRollback | function | core/ |
Confirms that transaction rollback voids a truncate operation. |
DisplayKernelTest::testisIdentifierUnique | function | core/ |
Tests the ::isIdentifierUnique method. |
DisplayPluginBase::isIdentifierUnique | function | core/ |
Checks if the provided identifier is unique. |
DisplayPluginInterface::isIdentifierUnique | function | core/ |
Checks if the provided identifier is unique. |
EntityAdapterUnitTest | class | core/ |
@coversDefaultClass \Drupal\Core\Entity\Plugin\DataType\EntityAdapter @group Entity @group TypedData |
EntityAdapterUnitTest.php | file | core/ |
|
EntityAdapterUnitTest::$bundle | property | core/ |
The bundle used for testing. |
EntityAdapterUnitTest::$entity | property | core/ |
The content entity used for testing. |
EntityAdapterUnitTest::$entityAdapter | property | core/ |
The content entity adapter under test. |
EntityAdapterUnitTest::$entityFieldManager | property | core/ |
|
EntityAdapterUnitTest::$entityType | property | core/ |
The entity type used for testing. |
EntityAdapterUnitTest::$entityTypeId | property | core/ |
The type ID of the entity under test. |
EntityAdapterUnitTest::$entityTypeManager | property | core/ |
The entity type manager used for testing. |
EntityAdapterUnitTest::$fieldDefinitions | property | core/ |
Field definitions. |
EntityAdapterUnitTest::$fieldItemList | property | core/ |
The field item list returned by the typed data manager. |
EntityAdapterUnitTest::$fieldTypePluginManager | property | core/ |
The field type manager used for testing. |
EntityAdapterUnitTest::$id | property | core/ |
The entity ID. |
EntityAdapterUnitTest::$languageManager | property | core/ |
The language manager. |
EntityAdapterUnitTest::$typedDataManager | property | core/ |
The typed data manager used for testing. |
EntityAdapterUnitTest::$uuid | property | core/ |
The UUID generator used for testing. |
EntityAdapterUnitTest::setUp | function | core/ |
|
EntityAdapterUnitTest::testApplyDefaultValue | function | core/ |
@covers ::applyDefaultValue |
EntityAdapterUnitTest::testGet | function | core/ |
@covers ::get |
EntityAdapterUnitTest::testGetConstraints | function | core/ |
@covers ::getConstraints |
EntityAdapterUnitTest::testGetDataDefinition | function | core/ |
@covers ::getDataDefinition |
EntityAdapterUnitTest::testGetEntity | function | core/ |
@covers ::getEntity |
EntityAdapterUnitTest::testGetInvalidField | function | core/ |
@covers ::get |
EntityAdapterUnitTest::testGetIterator | function | core/ |
@covers ::getIterator |
EntityAdapterUnitTest::testGetName | function | core/ |
@covers ::getName |
EntityAdapterUnitTest::testGetParent | function | core/ |
@covers ::getParent |
EntityAdapterUnitTest::testGetProperties | function | core/ |
@covers ::getProperties |
EntityAdapterUnitTest::testGetPropertyPath | function | core/ |
@covers ::getPropertyPath |
EntityAdapterUnitTest::testGetRoot | function | core/ |
@covers ::getRoot |
EntityAdapterUnitTest::testGetString | function | core/ |
@covers ::getString |
EntityAdapterUnitTest::testGetValue | function | core/ |
@covers ::getValue |
EntityAdapterUnitTest::testGetWithoutData | function | core/ |
@covers ::get |
EntityAdapterUnitTest::testIsEmpty | function | core/ |
@covers ::isEmpty |
EntityAdapterUnitTest::testOnChange | function | core/ |
@covers ::onChange |
EntityAdapterUnitTest::testSet | function | core/ |
@covers ::set |
EntityAdapterUnitTest::testSetContext | function | core/ |
@covers ::setContext |
EntityAdapterUnitTest::testSetValue | function | core/ |
@covers ::setValue |
EntityAdapterUnitTest::testSetWithoutData | function | core/ |
@covers ::set |
EntityAdapterUnitTest::testToArray | function | core/ |
@covers ::toArray |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.