You are here

Classes, traits, and interfaces in Log entity 8

Primary tabs

Namesort descending Type Namespace Location Description Direct uses Use statements Strings
DeleteLog class Drupal\log\Plugin\Action src/Plugin/Action/DeleteLog.php Redirects to a log deletion form.
DeleteMultiple class Drupal\log\Form src/Form/DeleteMultiple.php Provides a log deletion confirmation form. 1
Log class Drupal\log\Entity src/Entity/Log.php Defines the Log entity. 1
LogAccessControlHandler class Drupal\log src/LogAccessControlHandler.php Defines the access control handler for the log log entity type.
LogAddAccessCheck class Drupal\log\Access src/Access/LogAddAccessCheck.php Determines access to for log add pages. 2
LogAddController class Drupal\log\Controller src/Controller/LogAddController.php Class LogAddController.
LogAdminRouteSubscriber class Drupal\log\EventSubscriber src/EventSubscriber/LogAdminRouteSubscriber.php Sets the _admin_route for specific log-related routes. 2
LogBulkForm class Drupal\log\Plugin\views\field src/Plugin/views/field/LogBulkForm.php Defines a log operations bulk form element.
LogController class Drupal\log\Controller src/Controller/LogController.php Returns responses for Log routes.
LogCRUDTest class Drupal\log\Tests src/Tests/LogCRUDTest.php Tests the Log CRUD.
LogDeleteForm class Drupal\log\Form src/Form/LogDeleteForm.php Provides a form for deleting Log entities.
LogForm class Drupal\log\Form src/Form/LogForm.php Form controller for Log edit forms.
LogHtmlRouteProvider class Drupal\log src/LogHtmlRouteProvider.php Provides routes for Log entities.
LogInterface interface Drupal\log src/LogInterface.php Provides an interface for defining Log entities. 1 3
LogListBuilder class Drupal\log src/LogListBuilder.php Defines a class to build a listing of Log entities.
LogPermissions class Drupal\log src/LogPermissions.php Provides dynamic permissions for logs of different types.
LogSettingsForm class Drupal\log\Form src/Form/LogSettingsForm.php Class LogSettingsForm.
LogStorage class Drupal\log src/LogStorage.php Defines the controller class for logs.
LogStorageInterface interface Drupal\log src/LogStorageInterface.php Defines an interface for log entity storage classes. 1
LogStorageSchema class Drupal\log src/LogStorageSchema.php Defines the log schema handler.
LogTestBase abstract class Drupal\log\Tests src/Tests/LogTestBase.php Tests the Log CRUD. 1
LogType class Drupal\log\Entity src/Entity/LogType.php Defines the Log type entity. 2
LogTypeAccessControlHandler class Drupal\log src/LogTypeAccessControlHandler.php Defines the access control handler for the log type entity type.
LogTypeDeleteForm class Drupal\log\Form src/Form/LogTypeDeleteForm.php Builds the form to delete Log type entities.
LogTypeForm class Drupal\log\Form src/Form/LogTypeForm.php Class LogTypeForm.
LogTypeHtmlRouteProvider class Drupal\log src/LogTypeHtmlRouteProvider.php Provides routes for Log type entities.
LogTypeInterface interface Drupal\log src/LogTypeInterface.php Provides an interface for defining Log type entities. 1 4
LogTypeListBuilder class Drupal\log src/LogTypeListBuilder.php Provides a listing of Log type entities.
LogViewController class Drupal\log\Controller src/Controller/LogViewController.php Defines a controller to render a single log.
LogViewsData class Drupal\log src/LogViewsData.php Provides Views data for Log entities.
LogViewsData class Drupal\log\Entity src/Entity/LogViewsData.php Provides Views data for Log entities.
MarkAsDone class Drupal\log\Plugin\Action src/Plugin/Action/MarkAsDone.php Marks a log as done.

Other projects