Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7000381
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T20:39:48+00:00 2026-05-27T20:39:48+00:00

What does AclProvider::findAcls($oids, $sids) actually do? For me it returns an array ( SplObjectStorage<ObjectIdentities>

  • 0

What does AclProvider::findAcls($oids, $sids) actually do? For me it returns an array (SplObjectStorage<ObjectIdentities>). How do I get the ACL’s from them?

UPDATE

I am trying to get all ACE’s for a specific user so I can remove them. eg. On removing of a user. I hope I am on the right track, like using the right function?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T20:39:48+00:00Added an answer on May 27, 2026 at 8:39 pm

    AclProvider::findAcls() is used for batch loading ACL’s. It’s used in circumstances where you have many different objects (eventually object identities).

    Consider an example

    Suppose you have a range of categories and each user can view only a portion of them. To populate a list of categories the user can view, I’d have to check the ACL’s.

    I’d begin by finding all the categories, the creating an array of object identities ($oids[] = ObjectIdentity::fromDomainObject($category)) and then call the findAcl method ($acl_provider->findAcls($oids)). I can now call $this->container->get('security.context')->isGranted('VIEW', $category) for each $category and the application wouldn’t query the database anymore as the ACL was preloaded.


    As for removing all ACE’s I think you can delete the whole ACL and the ACE’s get removed as well. You’d do this by calling $acl_provier->deleteAcl($object_identity)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does Google force employees who have offers from Facebook to leave immediately?
Does anyone know how to get IntelliSense to work reliably when working in C/C++
Does anyone know how to make this code stop the knob from rotating past
does someone know how I can get Sublime Text 2 to auto-hide the tabs
Does anyone know how I can directly access a function from a PHP class
Does anyone know how to add a generic principal to the HTTPContext from the
Does anyone have any good information aside from the Google App Engine docs provided
Does anyone remember the XMP tag? What was it used for and why was
Does the Java language have delegate features, similar to how C# has support for
Does anybody know any good resources for learning how to program CIL with in-depth

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.