Search for init
| Title | Object type | File name | Summary | 
|---|---|---|---|
| ContentEntityBaseUnitTest::$fieldDefinitions | property | core/ | 
                                                                                        Field definitions. | 
| ContentEntityDeriver::getDerivativeDefinitions | function | core/ | 
                                                                                        Gets the definition of all derivatives of a base plugin. | 
| ContentEntityForm::init | function | core/ | 
                                                                                        Initializes the form state and the entity before the first form build. | 
| ContentEntityForm::initFormLangcodes | function | core/ | 
                                                                                        Initializes form language code values. | 
| ContentEntityStorageBase::initFieldValues | function | core/ | 
                                                                                        Initializes field values. | 
| ContentEntityStorageBase::onFieldDefinitionCreate | function | core/ | 
                                                                                        Reacts to the creation of a field. | 
| ContentEntityStorageBase::onFieldDefinitionDelete | function | core/ | 
                                                                                        Reacts to the deletion of a field. | 
| ContentEntityStorageBase::onFieldDefinitionUpdate | function | core/ | 
                                                                                        Reacts to the update of a field. | 
| ContentEntityStorageBase::onFieldStorageDefinitionCreate | function | core/ | 
                                                                                        Reacts to the creation of a field storage definition. | 
| ContentEntityStorageBase::onFieldStorageDefinitionDelete | function | core/ | 
                                                                                        Reacts to the deletion of a field storage definition. | 
| ContentEntityStorageBase::onFieldStorageDefinitionUpdate | function | core/ | 
                                                                                        Reacts to the update of a field storage definition. | 
| ContentEntityTest::migrationDefinition | function | core/ | 
                                                                                        Get a migration definition. | 
| ContentModeration::getInitialState | function | core/ | 
                                                                                        Gets the initial state for the workflow. | 
| ContentModerationInterface::getInitialState | function | core/ | 
                                                                                        |
| ContentModerationState::baseFieldDefinitions | function | core/ | 
                                                                                        Provides base field definitions for an entity type. | 
| ContentTranslationContextualLinks::getDerivativeDefinitions | function | core/ | 
                                                                                        Gets the definition of all derivatives of a base plugin. | 
| ContentTranslationHandler::$fieldStorageDefinitions | property | core/ | 
                                                                                        The array of installed field storage definitions for the entity type, keyed by field name.  | 
              
| ContentTranslationHandler::checkFieldStorageDefinitionTranslatability | function | core/ | 
                                                                                        Checks the field storage definition for translatability support. | 
| ContentTranslationHandler::getFieldDefinitions | function | core/ | 
                                                                                        Returns a set of field definitions to be used to store metadata items. | 
| ContentTranslationHandlerInterface::getFieldDefinitions | function | core/ | 
                                                                                        Returns a set of field definitions to be used to store metadata items. | 
| ContentTranslationLocalTasks::getDerivativeDefinitions | function | core/ | 
                                                                                        Gets the definition of all derivatives of a base plugin. | 
| ContentTranslationUpdatesManager::updateDefinitions | function | core/ | 
                                                                                        Executes field storage definition updates if needed. | 
| ContentTranslationUpdateTest::$entityDefinitionUpdateManager | property | core/ | 
                                                                                        The entity definition update manager. | 
| Context::$contextDefinition | property | core/ | 
                                                                                        The definition to which a context must conform. | 
| Context::$contextDefinition | property | core/ | 
                                                                                        The definition to which a context must conform. | 
| Context::getContextDefinition | function | core/ | 
                                                                                        Gets the provided definition that the context must conform to. | 
| Context::getContextDefinition | function | core/ | 
                                                                                        Gets the provided definition that the context must conform to. | 
| ContextAwarePluginBase::getContextDefinition | function | core/ | 
                                                                                        |
| ContextAwarePluginBase::getContextDefinition | function | core/ | 
                                                                                        Gets a specific context definition of the plugin. | 
| ContextAwarePluginBase::getContextDefinitions | function | core/ | 
                                                                                        |
| ContextAwarePluginBase::getContextDefinitions | function | core/ | 
                                                                                        Gets the context definitions of the plugin. | 
| ContextAwarePluginBaseTest::testGetContextDefinition | function | core/ | 
                                                                                        @covers ::getContextDefinition[[api-linebreak]] | 
| ContextAwarePluginBaseTest::testGetContextDefinitions | function | core/ | 
                                                                                        @covers ::getContextDefinitions[[api-linebreak]] | 
| ContextAwarePluginDefinition | class | core/ | 
                                                                                        |
| ContextAwarePluginDefinitionInterface | interface | core/ | 
                                                                                        Provides an interface for plugin definitions which use contexts. | 
| ContextAwarePluginDefinitionInterface.php | file | core/ | 
                                                                                        |
| ContextAwarePluginDefinitionInterface::addContextDefinition | function | core/ | 
                                                                                        Adds a context to this plugin definition. | 
| ContextAwarePluginDefinitionInterface::getContextDefinition | function | core/ | 
                                                                                        Returns a particular context definition for this plugin. | 
| ContextAwarePluginDefinitionInterface::getContextDefinitions | function | core/ | 
                                                                                        Returns all context definitions for this plugin. | 
| ContextAwarePluginDefinitionInterface::hasContextDefinition | function | core/ | 
                                                                                        Checks if the plugin defines a particular context. | 
| ContextAwarePluginDefinitionInterface::removeContextDefinition | function | core/ | 
                                                                                        Removes a context definition from this plugin. | 
| ContextAwarePluginDefinitionTrait | trait | core/ | 
                                                                                        Provides a trait for context-aware object-based plugin definitions. | 
| ContextAwarePluginDefinitionTrait.php | file | core/ | 
                                                                                        |
| ContextAwarePluginDefinitionTrait::$contextDefinitions | property | core/ | 
                                                                                        The context definitions for this plugin definition. | 
| ContextAwarePluginDefinitionTrait::addContextDefinition | function | core/ | 
                                                                                        Implements \Drupal\Component\Plugin\Definition\ContextAwarePluginDefinitionInterface::addContextDefinition(). | 
| ContextAwarePluginDefinitionTrait::getContextDefinition | function | core/ | 
                                                                                        Implements \Drupal\Component\Plugin\Definition\ContextAwarePluginDefinitionInterface::getContextDefinition(). | 
| ContextAwarePluginDefinitionTrait::getContextDefinitions | function | core/ | 
                                                                                        Implements \Drupal\Component\Plugin\Definition\ContextAwarePluginDefinitionInterface::getContextDefinitions(). | 
| ContextAwarePluginDefinitionTrait::hasContextDefinition | function | core/ | 
                                                                                        Implements \Drupal\Component\Plugin\Definition\ContextAwarePluginDefinitionInterface::hasContextDefinition(). | 
| ContextAwarePluginDefinitionTrait::removeContextDefinition | function | core/ | 
                                                                                        Implements \Drupal\Component\Plugin\Definition\ContextAwarePluginDefinitionInterface::removeContextDefinition(). | 
| ContextAwarePluginInterface::getContextDefinition | function | core/ | 
                                                                                        Gets a specific context definition of the plugin. | 
Pagination
- Previous page
 - Page 6
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.