public EntityTypeInterface::getAccessControlClass()
Gets the access control class.
Return value
string The class for this entity type's access control.
File
- core/lib/Drupal/Core/Entity/EntityTypeInterface.php, line 342
Class
- EntityTypeInterface
- Provides an interface for an entity type and its metadata.
Namespace
Drupal\Core\Entity
Code
public function getAccessControlClass();
Please login to continue.