Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
PluginBase.php
»
PluginBase
»
PluginBase::getPluginId
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
21 calls to PluginBase::getPluginId()
AggregatorCategoryBlock::build
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Plugin/
Block/
AggregatorCategoryBlock.php
Builds and returns the renderable array for this block plugin.
AggregatorFeedBlock::build
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Plugin/
Block/
AggregatorFeedBlock.php
Builds and returns the renderable array for this block plugin.
BlockPluginUI::access
in drupal/
core/
modules/
block/
lib/
Drupal/
block/
Plugin/
PluginUI/
BlockPluginUI.php
Overrides
\Drupal\system\Plugin\PluginUIBase::access
().
BlockPluginUI::allPluginsUrl
in drupal/
core/
modules/
block/
lib/
Drupal/
block/
Plugin/
PluginUI/
BlockPluginUI.php
Provides an "all" style link to reset the facets.
BlockPluginUI::facetLink
in drupal/
core/
modules/
block/
lib/
Drupal/
block/
Plugin/
PluginUI/
BlockPluginUI.php
Creates a facet link for a given facet of a display plugin.
BlockPluginUI::form
in drupal/
core/
modules/
block/
lib/
Drupal/
block/
Plugin/
PluginUI/
BlockPluginUI.php
Overrides
\Drupal\system\Plugin\PluginUIBase::form
().
BlockPluginUI::row
in drupal/
core/
modules/
block/
lib/
Drupal/
block/
Plugin/
PluginUI/
BlockPluginUI.php
Overrides
\Drupal\system\Plugin\PluginUIBase::row
().
CustomBlockBlock::build
in drupal/
core/
modules/
block/
custom_block/
lib/
Drupal/
custom_block/
Plugin/
Block/
CustomBlockBlock.php
Builds and returns the renderable array for this block plugin.
FilterTestReplace::process
in drupal/
core/
modules/
filter/
tests/
filter_test/
lib/
Drupal/
filter_test/
Plugin/
Filter/
FilterTestReplace.php
Performs the filter processing.
FormatterBase::view
in drupal/
core/
modules/
field/
lib/
Drupal/
field/
Plugin/
Type/
Formatter/
FormatterBase.php
Builds a renderable array for one field on one entity instance.
LanguageBlock::build
in drupal/
core/
modules/
language/
lib/
Drupal/
language/
Plugin/
Block/
LanguageBlock.php
Builds and returns the renderable array for this block plugin.
LinkFormatter::settingsForm
in drupal/
core/
modules/
link/
lib/
Drupal/
link/
Plugin/
field/
formatter/
LinkFormatter.php
Returns a form to configure settings for the formatter.
LinkFormatter::settingsSummary
in drupal/
core/
modules/
link/
lib/
Drupal/
link/
Plugin/
field/
formatter/
LinkFormatter.php
Returns a short summary for the current formatter settings.
MenuBlock::build
in drupal/
core/
modules/
menu/
lib/
Drupal/
menu/
Plugin/
Block/
MenuBlock.php
Builds and returns the renderable array for this block plugin.
OptionsWidgetBase::getOptions
in drupal/
core/
modules/
options/
lib/
Drupal/
options/
Plugin/
field/
widget/
OptionsWidgetBase.php
Returns the array of options for the widget.
SystemMenuBlock::access
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Plugin/
Block/
SystemMenuBlock.php
Overrides
\Drupal\block\BlockBase::access
().
SystemMenuBlock::build
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Plugin/
Block/
SystemMenuBlock.php
Builds and returns the renderable array for this block plugin.
TextTrimmedFormatter::viewElements
in drupal/
core/
modules/
text/
lib/
Drupal/
text/
Plugin/
field/
formatter/
TextTrimmedFormatter.php
Builds a renderable array for a field value.
ViewsBlock::__construct
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Plugin/
Block/
ViewsBlock.php
Overrides
\Drupal\Component\Plugin\PluginBase::__construct
().
WidgetBase::form
in drupal/
core/
modules/
field/
lib/
Drupal/
field/
Plugin/
Type/
Widget/
WidgetBase.php
Implements
Drupal\field\Plugin\Type\Widget\WidgetInterface::form
().
WidgetBase::formSingleElement
in drupal/
core/
modules/
field/
lib/
Drupal/
field/
Plugin/
Type/
Widget/
WidgetBase.php
Generates the form element for a single copy of the widget.