Search for build
- Search 7.x for build
- Search 9.5.x for build
- Search 8.9.x for build
- Search 10.3.x for build
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
CommentLazyBuilders::$entityTypeManager | property | core/ |
The entity type manager service. |
CommentLazyBuilders::$moduleHandler | property | core/ |
The module handler service. |
CommentLazyBuilders::$renderer | property | core/ |
The renderer service. |
CommentLazyBuilders::access | function | core/ |
Wraps content_translation_translate_access. |
CommentLazyBuilders::buildLinks | function | core/ |
Build the default links (reply, edit, delete …) for a comment. |
CommentLazyBuilders::renderForm | function | core/ |
#lazy_builder callback; builds the comment form. |
CommentLazyBuilders::renderLinks | function | core/ |
#lazy_builder callback; builds a comment's links. |
CommentLazyBuilders::trustedCallbacks | function | core/ |
Lists the trusted callbacks provided by the implementing class. |
CommentLazyBuilders::__construct | function | core/ |
Constructs a new CommentLazyBuilders object. |
CommentLinkBuilder | class | core/ |
Defines a class for building markup for comment links on a commented entity. |
CommentLinkBuilder.php | file | core/ |
|
CommentLinkBuilder::$commentManager | property | core/ |
Comment manager service. |
CommentLinkBuilder::$currentUser | property | core/ |
Current user. |
CommentLinkBuilder::$entityTypeManager | property | core/ |
The entity type manager service. |
CommentLinkBuilder::$moduleHandler | property | core/ |
Module handler service. |
CommentLinkBuilder::buildCommentedEntityLinks | function | core/ |
|
CommentLinkBuilder::__construct | function | core/ |
Constructs a new CommentLinkBuilder object. |
CommentLinkBuilderInterface | interface | core/ |
Defines an interface for building comment links on a commented entity. |
CommentLinkBuilderInterface.php | file | core/ |
|
CommentLinkBuilderInterface::buildCommentedEntityLinks | function | core/ |
Builds links for the given entity. |
CommentLinkBuilderTest | class | core/ |
@coversDefaultClass \Drupal\comment\CommentLinkBuilder @group comment |
CommentLinkBuilderTest.php | file | core/ |
|
CommentLinkBuilderTest::$commentLinkBuilder | property | core/ |
|
CommentLinkBuilderTest::$commentManager | property | core/ |
Comment manager mock. |
CommentLinkBuilderTest::$currentUser | property | core/ |
Current user proxy mock. |
CommentLinkBuilderTest::$entityTypeManager | property | core/ |
The entity type manager. |
CommentLinkBuilderTest::$moduleHandler | property | core/ |
Module handler mock. |
CommentLinkBuilderTest::$stringTranslation | property | core/ |
String translation mock. |
CommentLinkBuilderTest::$timestamp | property | core/ |
Timestamp used in test. |
CommentLinkBuilderTest::getLinkCombinations | function | core/ |
Data provider for ::testCommentLinkBuilder. |
CommentLinkBuilderTest::getMockNode | function | core/ |
Builds a mock node based on given scenario. |
CommentLinkBuilderTest::setUp | function | core/ |
Prepares mocks for the test. |
CommentLinkBuilderTest::testCommentLinkBuilder | function | core/ |
Tests the buildCommentedEntityLinks method. |
CommentSelection::buildEntityQuery | function | core/ |
Builds an EntityQuery to get referenceable entities. |
CommentTranslationHandler::entityFormEntityBuild | function | core/ |
Entity builder method. |
CommentTypeDeleteForm::buildForm | function | core/ |
Form constructor. |
CommentTypeListBuilder | class | core/ |
Defines a class to build a listing of comment type entities. |
CommentTypeListBuilder.php | file | core/ |
|
CommentTypeListBuilder::buildHeader | function | core/ |
Builds the header row for the entity listing. |
CommentTypeListBuilder::buildRow | function | core/ |
Builds a row for an entity in the entity listing. |
CommentTypeListBuilder::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
CommentTypeListBuilder::getDefaultOperations | function | core/ |
Gets this list's default operations. |
CommentTypeListBuilder::__construct | function | core/ |
Constructs a new CommentTypeListBuilder object. |
CommentViewBuilder | class | core/ |
View builder handler for comments. |
CommentViewBuilder.php | file | core/ |
|
CommentViewBuilder::$currentUser | property | core/ |
The current user. |
CommentViewBuilder::$entityTypeManager | property | core/ |
The entity type manager. |
CommentViewBuilder::alterBuild | function | core/ |
Specific per-entity building. |
CommentViewBuilder::buildComponents | function | core/ |
In addition to modifying the content key on entities, this implementation will also set the comment entity key which all comments carry. |
CommentViewBuilder::createInstance | function | core/ |
Instantiates a new instance of this entity handler. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.