19 calls to PluginBase::getPluginDefinition() in Drupal 9
- ContextAwarePluginBase::getContextDefinition in core/
lib/ Drupal/ Component/ Plugin/ ContextAwarePluginBase.php - Gets a specific context definition of the plugin.
- ContextAwarePluginBase::getContextDefinitions in core/
lib/ Drupal/ Component/ Plugin/ ContextAwarePluginBase.php - Gets the context definitions of the plugin.
- DefaultProcessor::buildConfigurationForm in core/
modules/ aggregator/ src/ Plugin/ aggregator/ processor/ DefaultProcessor.php - Form constructor.
- EntityResource::getBaseRoute in core/
modules/ rest/ src/ Plugin/ rest/ resource/ EntityResource.php - Gets the base route for a particular method.
- EntityResource::patch in core/
modules/ rest/ src/ Plugin/ rest/ resource/ EntityResource.php - Responds to entity PATCH requests.
- EntityResource::post in core/
modules/ rest/ src/ Plugin/ rest/ resource/ EntityResource.php - Responds to entity POST requests and saves the new entity.
- LayoutDefault::getPluginDefinition in core/
lib/ Drupal/ Core/ Layout/ LayoutDefault.php - MenuLinkContent::updateLink in core/
modules/ menu_link_content/ src/ Plugin/ Menu/ MenuLinkContent.php - Updates the definition values for a menu link.
- MenuLinkDefault::updateLink in core/
lib/ Drupal/ Core/ Menu/ MenuLinkDefault.php - Updates the definition values for a menu link.
- Migration::getPluginDefinition in core/
modules/ migrate/ src/ Plugin/ Migration.php - Gets the definition of the plugin implementation.
- OEmbed::buildConfigurationForm in core/
modules/ media/ src/ Plugin/ media/ Source/ OEmbed.php - Form constructor.
- OEmbed::createSourceField in core/
modules/ media/ src/ Plugin/ media/ Source/ OEmbed.php - Creates the source field definition for a type.
- PluginBase::getProvider in core/
modules/ views/ src/ Plugin/ views/ PluginBase.php - Returns the plugin provider.
- ResourceBase::permissions in core/
modules/ rest/ src/ Plugin/ ResourceBase.php - Implements ResourceInterface::permissions().
- ResourceBase::routes in core/
modules/ rest/ src/ Plugin/ ResourceBase.php - Returns a collection of routes with URL path information for the resource.
- Test::getPluginDefinition in core/
modules/ media/ tests/ modules/ media_test_source/ src/ Plugin/ media/ Source/ Test.php - Gets the definition of the plugin implementation.
- TestProcessor::buildConfigurationForm in core/
modules/ aggregator/ tests/ modules/ aggregator_test/ src/ Plugin/ aggregator/ processor/ TestProcessor.php - Form constructor.
- WidgetBase::handlesMultipleValues in core/
lib/ Drupal/ Core/ Field/ WidgetBase.php - Returns whether the widget handles multiple values.
- WorkflowTypeBase::label in core/
modules/ workflows/ src/ Plugin/ WorkflowTypeBase.php - Gets the label for the workflow type.