|
ActionStorageController.php |
file |
drupal/core/modules/system/lib/Drupal/system/ActionStorageController.php |
Contains \Drupal\system\ActionStorageController. |
|
ActionAddFormController.php |
file |
drupal/core/modules/action/lib/Drupal/action/ActionAddFormController.php |
Contains \Drupal\action\ActionAddFormController. |
|
CommentAccessController.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/CommentAccessController.php |
Contains \Drupal\comment\CommentAccessController |
|
ImageStyleStorageController |
class |
drupal/core/modules/image/lib/Drupal/image/ImageStyleStorageController.php |
Defines a controller class for image styles. |
|
CommentRenderController.php |
file |
drupal/core/modules/comment/lib/Drupal/comment/CommentRenderController.php |
Definition of Drupal\comment\CommentRenderController. |
|
HtmlFormController::content |
function |
drupal/core/lib/Drupal/Core/Controller/HtmlFormController.php |
Controller method for generic HTML form pages. |
|
FormController::__construct |
function |
drupal/core/modules/system/tests/modules/condition_test/lib/Drupal/condition_test/FormController.php |
Constructs a \Drupal\condition_test\FormController object. |
|
DatabaseStorageControllerNG |
class |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Implements Field API specific enhancements to the DatabaseStorageController class. |
|
EntityTestStorageController |
class |
drupal/core/modules/system/tests/modules/entity_test/lib/Drupal/entity_test/EntityTestStorageController.php |
Defines the controller class for the test entity. |
|
EntityManager::$controllers |
property |
drupal/core/lib/Drupal/Core/Entity/EntityManager.php |
Contains instantiated controllers keyed by controller type and entity type. |
|
CommentFormController::form |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::form(). |
|
EntityStorageControllerBase |
class |
drupal/core/lib/Drupal/Core/Entity/EntityStorageControllerBase.php |
A base entity storage controller class. |
|
CommentFormController::save |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::save(). |
|
VocabularyStorageController |
class |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/VocabularyStorageController.php |
Defines a controller class for taxonomy vocabularies. |
|
ConfigStorageController.php |
file |
drupal/core/lib/Drupal/Core/Config/Entity/ConfigStorageController.php |
Definition of Drupal\Core\Config\Entity\ConfigStorageController. |
|
MessageRenderController.php |
file |
drupal/core/modules/contact/lib/Drupal/contact/MessageRenderController.php |
Contains Drupal\contact\MessageRenderController. |
|
UserController::__construct |
function |
drupal/core/modules/user/lib/Drupal/user/Controller/UserController.php |
Constructs an UserController object. |
|
HelpController::__construct |
function |
drupal/core/modules/help/lib/Drupal/help/Controller/HelpController.php |
Constructs a \Drupal\help\Controller\HelpController object. |
|
ViewCloneFormController.php |
file |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewCloneFormController.php |
Contains \Drupal\views_ui\ViewCloneFormController. |
|
EditController::attachments |
function |
drupal/core/modules/edit/lib/Drupal/edit/EditController.php |
Returns AJAX commands to load in-place editors' attachments. |
|
BlockRenderController::view |
function |
drupal/core/modules/block/lib/Drupal/block/BlockRenderController.php |
Implements Drupal\Core\Entity\EntityRenderControllerInterface::view(). |
|
NodeFormController::actions |
function |
drupal/core/modules/node/lib/Drupal/node/NodeFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::actions(). |
|
NodeFormController::preview |
function |
drupal/core/modules/node/lib/Drupal/node/NodeFormController.php |
Form submission handler for the 'preview' action. |
|
NodeFormController::publish |
function |
drupal/core/modules/node/lib/Drupal/node/NodeFormController.php |
Form submission handler for the 'publish' action. |
|
BlockFormController::submit |
function |
drupal/core/modules/block/lib/Drupal/block/BlockFormController.php |
Overrides \Drupal\Core\Entity\EntityFormController::submit(). |
|
BlockListController::$theme |
property |
drupal/core/modules/block/lib/Drupal/block/BlockListController.php |
The theme containing the blocks. |
|
BlockListController::render |
function |
drupal/core/modules/block/lib/Drupal/block/BlockListController.php |
Overrides \Drupal\Core\Entity\EntityListController::render(). |
|
CronController::runManually |
function |
drupal/core/modules/system/lib/Drupal/system/CronController.php |
Run cron manually. |
|
CustomBlockRenderController |
class |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockRenderController.php |
Render controller for custom blocks. |
|
CustomBlockAccessController |
class |
drupal/core/modules/block/custom_block/lib/Drupal/custom_block/CustomBlockAccessController.php |
Defines the access controller for the custom block entity type. |
|
MessageFormController::form |
function |
drupal/core/modules/contact/lib/Drupal/contact/MessageFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::form(). |
|
MessageFormController::save |
function |
drupal/core/modules/contact/lib/Drupal/contact/MessageFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::save(). |
|
HtmlPageController::content |
function |
drupal/core/lib/Drupal/Core/Controller/HtmlPageController.php |
Controller method for generic HTML pages. |
|
RoleFormController::actions |
function |
drupal/core/modules/user/lib/Drupal/user/RoleFormController.php |
Returns an array of supported actions for the current entity form. |
|
ControllerResolver::$logger |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerResolver.php |
|
|
TraceableControllerResolver |
class |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php |
TraceableControllerResolver. |
|
ViewAddFormController::init |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewAddFormController.php |
Initialize the form state and the entity before the first form build. |
|
ViewAddFormController::form |
function |
drupal/core/modules/views_ui/lib/Drupal/views_ui/ViewAddFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::form(). |
|
AccountFormController::form |
function |
drupal/core/modules/user/lib/Drupal/user/AccountFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::form(). |
|
EntityTranslationController |
class |
drupal/core/modules/translation_entity/lib/Drupal/translation_entity/EntityTranslationController.php |
Base class for entity translation controllers. |
|
ControllerReference::$query |
property |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerReference.php |
|
|
ControllerResolverInterface |
interface |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php |
A ControllerResolverInterface implementation knows how to determine the
controller to execute based on a Request object. |
|
BookController::__construct |
function |
drupal/core/modules/book/lib/Drupal/book/Controller/BookController.php |
Constructs a BookController object. |
|
ControllerInterface::create |
function |
drupal/core/lib/Drupal/Core/Controller/ControllerInterface.php |
Instantiates a new instance of this controller. |
|
ViewStorageController::load |
function |
drupal/core/modules/views/lib/Drupal/views/ViewStorageController.php |
Overrides Drupal\config\ConfigStorageController::load(); |
|
MenuListController::buildRow |
function |
drupal/core/modules/menu/lib/Drupal/menu/MenuListController.php |
Overrides \Drupal\Core\Entity\EntityListController::buildRow(). |
|
FeedFormController::validate |
function |
drupal/core/modules/aggregator/lib/Drupal/aggregator/FeedFormController.php |
Overrides Drupal\Core\Entity\EntityFormController::validate(). |
|
ViewStorageTest::$controller |
property |
drupal/core/modules/views/lib/Drupal/views/Tests/ViewStorageTest.php |
The configuration entity storage controller. |
|
EntityListController::create |
function |
drupal/core/lib/Drupal/Core/Entity/Controller/EntityListController.php |
Instantiates a new instance of this controller. |
|
ConfigTestFormController.php |
file |
drupal/core/modules/config/tests/config_test/lib/Drupal/config_test/ConfigTestFormController.php |
Contains Drupal\config_test\ConfigTestFormController. |