You are here

13 calls to EntityTypeManagerTest::setUpEntityTypeDefinitions() in Zircon Profile 8

EntityTypeManagerTest::testGetAccessControlHandler in core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
Tests the getAccessControlHandler() method.
EntityTypeManagerTest::testGetDefinition in core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
Tests the getDefinition() method.
EntityTypeManagerTest::testGetDefinitionInvalidException in core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
Tests the getDefinition() method with an invalid definition.
EntityTypeManagerTest::testGetFormObject in core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
Tests the getFormObject() method.
EntityTypeManagerTest::testGetFormObjectInvalidOperation in core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
Tests the getFormObject() method with an invalid operation.
EntityTypeManagerTest::testGetHandler in core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
Tests the getHandler() method.
EntityTypeManagerTest::testGetHandlerMissingHandler in core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
Tests the getHandler() method when no controller is defined.
EntityTypeManagerTest::testGetListBuilder in core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
Tests the getListBuilder() method.
EntityTypeManagerTest::testGetRouteProviders in core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
@covers ::getRouteProviders
EntityTypeManagerTest::testGetStorage in core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
Tests the getStorage() method.
EntityTypeManagerTest::testGetViewBuilder in core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
Tests the getViewBuilder() method.
EntityTypeManagerTest::testHasHandler in core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
Tests the hasHandler() method.
EntityTypeManagerTest::testProcessDefinition in core/tests/Drupal/Tests/Core/Entity/EntityTypeManagerTest.php
Tests the processDefinition() method.