You are here

37 calls to ControllerBase::entityTypeManager() in Drupal 10

BlockAddController::blockAddConfigureForm in core/modules/block/src/Controller/BlockAddController.php
Build the block instance add form.
BlockListController::listing in core/modules/block/src/Controller/BlockListController.php
Shows the block administration page.
BookController::bookRender in core/modules/book/src/Controller/BookController.php
Prints a listing of all books.
CommentController::commentPermalink in core/modules/comment/src/Controller/CommentController.php
Redirects comment links to the correct page depending on comment settings.
CommentController::getReplyForm in core/modules/comment/src/Controller/CommentController.php
Form constructor for the comment reply form.
CommentController::renderNewCommentsNodeLinks in core/modules/comment/src/Controller/CommentController.php
Returns a set of nodes' last read timestamps.
CommentController::replyFormAccess in core/modules/comment/src/Controller/CommentController.php
Access check for the reply form.
ConfigTranslationListController::listing in core/modules/config_translation/src/Controller/ConfigTranslationListController.php
Provides the listing page for any entity type.
ContactController::contactPersonalPage in core/modules/contact/src/Controller/ContactController.php
Form constructor for the personal contact form.
ContactController::contactSitePage in core/modules/contact/src/Controller/ContactController.php
Presents the site-wide contact form.
ContentTranslationController::add in core/modules/content_translation/src/Controller/ContentTranslationController.php
Builds an add translation page.
ContentTranslationController::overview in core/modules/content_translation/src/Controller/ContentTranslationController.php
Builds the translations overview page.
ContentTranslationController::prepareTranslation in core/modules/content_translation/src/Controller/ContentTranslationController.php
Populates target values with the source values.
DbLogController::__construct in core/modules/dblog/src/Controller/DbLogController.php
Constructs a DbLogController object.
EditorController::filterXss in core/modules/editor/src/EditorController.php
Apply the necessary XSS filtering for using a certain text format's editor.
EntityDisplayModeController::formModeTypeSelection in core/modules/field_ui/src/Controller/EntityDisplayModeController.php
Provides a list of eligible entity types for adding form modes.
EntityDisplayModeController::viewModeTypeSelection in core/modules/field_ui/src/Controller/EntityDisplayModeController.php
Provides a list of eligible entity types for adding view modes.
EntityListController::listing in core/lib/Drupal/Core/Entity/Controller/EntityListController.php
Provides the listing page for any entity type.
EntityTestController::listEntitiesAlphabetically in core/modules/system/tests/modules/entity_test/src/Controller/EntityTestController.php
List entities of the given entity type labels, sorted alphabetically.
EntityTestController::listEntitiesEmpty in core/modules/system/tests/modules/entity_test/src/Controller/EntityTestController.php
Empty list of entities of the given entity type.
EntityTestController::listReferencingEntities in core/modules/system/tests/modules/entity_test/src/Controller/EntityTestController.php
List entity_test entities referencing the given entity.
EntryPoint::index in core/modules/jsonapi/src/Controller/EntryPoint.php
Controller to list all the resources.
FieldConfigListController::listing in core/modules/field_ui/src/Controller/FieldConfigListController.php
Shows the 'Manage fields' page.
FormTestController::twoFormInstances in core/modules/system/tests/modules/form_test/src/Controller/FormTestController.php
Returns two instances of the node form.
MenuController::addLink in core/modules/menu_link_content/src/Controller/MenuController.php
Provides the menu link creation form.
ModeratedContentController::nodeListing in core/modules/content_moderation/src/Controller/ModeratedContentController.php
Provides the listing page for moderated nodes.
NodeAccessTestAutoBubblingController::latest in core/modules/node/tests/node_access_test_auto_bubbling/src/Controller/NodeAccessTestAutoBubblingController.php
Lists the three latest published node IDs.
NodeController::addPage in core/modules/node/src/Controller/NodeController.php
Displays add content links for available content types.
NodeController::revisionOverview in core/modules/node/src/Controller/NodeController.php
Generates an overview table of older revisions of a node.
NodeController::revisionShow in core/modules/node/src/Controller/NodeController.php
Displays a node revision.
QuickEditController::metadata in core/modules/quickedit/src/QuickEditController.php
Returns the metadata for a set of fields.
ShortcutController::addForm in core/modules/shortcut/src/Controller/ShortcutController.php
Returns a form to add a new shortcut to a given set.
ShortcutSetController::addShortcutLinkInline in core/modules/shortcut/src/Controller/ShortcutSetController.php
Creates a new link in the provided shortcut set.
TaxonomyController::addForm in core/modules/taxonomy/src/Controller/TaxonomyController.php
Returns a form to add a new term to a vocabulary.
ViewsUIController::ajaxOperation in core/modules/views_ui/src/Controller/ViewsUIController.php
Calls a method on a view and reloads the listing page.
ViewsUIController::autocompleteTag in core/modules/views_ui/src/Controller/ViewsUIController.php
Menu callback for Views tag autocompletion.
ViewsUIController::reportFields in core/modules/views_ui/src/Controller/ViewsUIController.php
Lists all instances of fields on any views.