Home
last modified time | relevance | path

Searched defs:entity_keys (Results 1 – 8 of 8) sorted by relevance

/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Entity/Sql/
H A DSqlContentEntityStorageTest.php480 public function testGetTableMappingSimple(array $entity_keys) {
512 public function testGetTableMappingSimpleWithFields(array $entity_keys) {
587 public function testGetTableMappingRevisionable(array $entity_keys) {
638 public function testGetTableMappingRevisionableWithFields(array $entity_keys) {
716 public function testGetTableMappingTranslatable(array $entity_keys) {
772 public function testGetTableMappingTranslatableWithFields(array $entity_keys) {
832 public function testGetTableMappingRevisionableTranslatable(array $entity_keys) {
943 public function testGetTableMappingRevisionableTranslatableWithFields(array $entity_keys) {
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Entity/Sql/
H A DSqlContentEntityStorageTest.php478 public function testGetTableMappingSimple(array $entity_keys) {
510 public function testGetTableMappingSimpleWithFields(array $entity_keys) {
585 public function testGetTableMappingRevisionable(array $entity_keys) {
636 public function testGetTableMappingRevisionableWithFields(array $entity_keys) {
714 public function testGetTableMappingTranslatable(array $entity_keys) {
770 public function testGetTableMappingTranslatableWithFields(array $entity_keys) {
830 public function testGetTableMappingRevisionableTranslatable(array $entity_keys) {
941 public function testGetTableMappingRevisionableTranslatableWithFields(array $entity_keys) {
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Entity/
H A DEntityTypeTest.php62 public function testGetKeys($entity_keys, $expected) {
76 public function testGetKey($entity_keys, $expected) {
87 public function testHasKey($entity_keys, $expected) {
H A DEntityFieldManagerTest.php528 …tyWithFieldDefinition($custom_invoke_all = FALSE, $field_definition_id = 'id', $entity_keys = []) {
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Entity/
H A DEntityTypeTest.php62 public function testGetKeys($entity_keys, $expected) {
76 public function testGetKey($entity_keys, $expected) {
87 public function testHasKey($entity_keys, $expected) {
H A DEntityFieldManagerTest.php510 …tyWithFieldDefinition($custom_invoke_all = FALSE, $field_definition_id = 'id', $entity_keys = []) {
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Entity/
H A DEntityType.php47 protected $entity_keys = []; variable in Drupal\\Core\\Entity\\EntityType
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Entity/
H A DEntityType.php47 protected $entity_keys = []; variable in Drupal\\Core\\Entity\\EntityType