Search for render
- Search 7.x for render
- Search 9.5.x for render
- Search 8.9.x for render
- Search 10.3.x for render
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
RenderedEntity.php | file | core/ |
|
RenderedEntity::$entityDisplayRepository | property | core/ |
The entity display repository. |
RenderedEntity::$entityRepository | property | core/ |
The entity repository service. |
RenderedEntity::$entityTypeManager | property | core/ |
The entity type manager. |
RenderedEntity::$languageManager | property | core/ |
The language manager. |
RenderedEntity::buildOptionsForm | function | core/ |
Default option form that provides label widget that all fields should have. |
RenderedEntity::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
RenderedEntity::create | function | core/ |
Creates an instance of the plugin. |
RenderedEntity::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
RenderedEntity::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
RenderedEntity::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
RenderedEntity::getCacheTags | function | core/ |
The cache tags associated with this object. |
RenderedEntity::getEntityRepository | function | core/ |
|
RenderedEntity::getEntityTypeId | function | core/ |
Returns the entity type identifier. |
RenderedEntity::getEntityTypeManager | function | core/ |
|
RenderedEntity::getLanguageManager | function | core/ |
Returns the language manager. |
RenderedEntity::getView | function | core/ |
Returns the top object of a view. |
RenderedEntity::query | function | core/ |
Called to add the field to a query. |
RenderedEntity::render | function | core/ |
Renders the field. |
RenderedEntity::usesGroupBy | function | core/ |
Provides the handler some group by. |
RenderedEntity::__construct | function | core/ |
Constructs a new RenderedEntity object. |
RenderedEntityTest | class | core/ |
@coversDefaultClass \Drupal\views\Plugin\views\field\RenderedEntity[[api-linebreak]] @group Views |
RenderedEntityTest.php | file | core/ |
|
RenderedEntityTest::setUp | function | core/ |
|
RenderedEntityTest::testRenderNullEntity | function | core/ |
Tests the render method when getEntity returns NULL. |
RenderElement | class | core/ |
Defines a render element plugin annotation object. |
RenderElement | class | core/ |
Defines a Render element plugin attribute object. |
RenderElement | class | core/ |
Provides a base class for render element plugins. |
RenderElement.php | file | core/ |
|
RenderElement.php | file | core/ |
|
RenderElement.php | file | core/ |
|
RenderElement::preRenderAjaxForm | function | core/ |
Adds Ajax information about an element to communicate with JavaScript. |
RenderElement::preRenderGroup | function | core/ |
Adds members of this group as actual elements for rendering. |
RenderElement::processAjaxForm | function | core/ |
Form element processing handler for the #ajax form property. |
RenderElement::processGroup | function | core/ |
Arranges elements into groups. |
RenderElement::setAttributes | function | core/ |
Sets a form element's class attribute. |
RenderElement::__construct | function | core/ |
Constructs a new render element object. |
RenderElementBase | class | core/ |
Provides a base class for render element plugins. |
RenderElementBase.php | file | core/ |
|
RenderElementBase::$renderParent | property | core/ |
The parent element. |
RenderElementBase::$renderParentName | property | core/ |
The parent key. |
RenderElementBase::$storage | property | core/ |
The storage. |
RenderElementBase::addChild | function | core/ |
Adds a child render element. |
RenderElementBase::changeType | function | core/ |
Change the type of the element. |
RenderElementBase::create | function | core/ |
Creates an instance of the plugin. |
RenderElementBase::createChild | function | core/ |
Creates a render object and attaches it to the current render object. |
RenderElementBase::elementInfoManager | function | core/ |
Returns the element info manager. |
RenderElementBase::getChild | function | core/ |
Gets a child. |
RenderElementBase::getChildren | function | core/ |
Returns child elements. |
RenderElementBase::initializeInternalStorage | function | core/ |
Initialize storage. |
Pagination
- Previous page
- Page 21
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.