Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
drupal.org
captcha
Commits
d7136f28
Commit
d7136f28
authored
Oct 04, 2019
by
Fabiano Sant'Ana
Browse files
Issue #3085969 by wundo: Move listbuilder to appropriate directory
parent
6d37415a
Changes
2
Show whitespace changes
Inline
Side-by-side
src/Entity/CaptchaPoint.php
View file @
d7136f28
...
...
@@ -16,7 +16,7 @@ use Drupal\Core\Config\Entity\ConfigEntityBase;
* id = "captcha_point",
* label = @Translation("Captcha Point"),
* handlers = {
* "list_builder" = "Drupal\captcha\Controller\CaptchaPointListBuilder",
* "list_builder" = "Drupal\captcha\
Entity\
Controller\CaptchaPointListBuilder",
* "form" = {
* "add" = "Drupal\captcha\Form\CaptchaPointForm",
* "edit" = "Drupal\captcha\Form\CaptchaPointForm",
...
...
src/Controller/CaptchaPointListBuilder.php
→
src/
Entity/
Controller/CaptchaPointListBuilder.php
View file @
d7136f28
<?php
namespace
Drupal\captcha\Controller
;
namespace
Drupal\captcha\
Entity\
Controller
;
use
Drupal\Core\Config\Entity\ConfigEntityListBuilder
;
use
Drupal\Core\Entity\EntityInterface
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment