14 calls to EntityHandlerBase::moduleHandler() in Drupal 10
- BlockViewBuilder::viewMultiple in core/
modules/ block/ src/ BlockViewBuilder.php - Builds the render array for the provided entities.
- ContentEntityStorageBase::createRevision in core/
lib/ Drupal/ Core/ Entity/ ContentEntityStorageBase.php - Creates a new revision starting off from the specified entity object.
- ContentEntityStorageBase::invokeStorageLoadHook in core/
lib/ Drupal/ Core/ Entity/ ContentEntityStorageBase.php - Invokes hook_entity_storage_load().
- ContentEntityStorageBase::preLoad in core/
lib/ Drupal/ Core/ Entity/ ContentEntityStorageBase.php - Gathers entities from a 'preload' step.
- EntityAccessControlHandler::access in core/
lib/ Drupal/ Core/ Entity/ EntityAccessControlHandler.php - Checks access to an operation on a given entity or entity translation.
- EntityAccessControlHandler::createAccess in core/
lib/ Drupal/ Core/ Entity/ EntityAccessControlHandler.php - Checks access to create an entity.
- EntityAccessControlHandler::fieldAccess in core/
lib/ Drupal/ Core/ Entity/ EntityAccessControlHandler.php - Checks access to an operation on a given entity field.
- EntityListBuilder::getOperations in core/
lib/ Drupal/ Core/ Entity/ EntityListBuilder.php - Provides an array of information to build a list of operation links.
- EntityStorageBase::invokeHook in core/
lib/ Drupal/ Core/ Entity/ EntityStorageBase.php - Invokes a hook on behalf of the entity.
- EntityStorageBase::postLoad in core/
lib/ Drupal/ Core/ Entity/ EntityStorageBase.php - Attaches data to entities upon loading.
- EntityViewBuilder::buildComponents in core/
lib/ Drupal/ Core/ Entity/ EntityViewBuilder.php - Builds the component fields and properties of a set of entities.
- EntityViewBuilder::buildMultiple in core/
lib/ Drupal/ Core/ Entity/ EntityViewBuilder.php - Builds multiple entities' views; augments entity defaults.
- EntityViewBuilder::getBuildDefaults in core/
lib/ Drupal/ Core/ Entity/ EntityViewBuilder.php - Provides entity-specific defaults to the build process.
- EntityViewBuilder::viewMultiple in core/
lib/ Drupal/ Core/ Entity/ EntityViewBuilder.php - Builds the render array for the provided entities.