Search for init

  1. Search 7.x for init
  2. Search 9.5.x for init
  3. Search 8.9.x for init
  4. Search 10.3.x for init
  5. Other projects
Title Object type File name Summary
Media::baseFieldDefinitions function core/modules/media/src/Entity/Media.php Provides base field definitions for an entity type.
MediaRequirementsTest::testMissingSourceFieldDefinition function core/modules/media/tests/src/Functional/MediaRequirementsTest.php Tests that the requirements check can handle a missing source field.
MediaSourceBase::getSourceFieldDefinition function core/modules/media/src/MediaSourceBase.php Get the source field definition for a media type.
MediaSourceInterface::getSourceFieldDefinition function core/modules/media/src/MediaSourceInterface.php Get the source field definition for a media type.
MediaSourceOEmbedVideoTest::initConfig function core/modules/media/tests/src/FunctionalJavascript/MediaSourceOEmbedVideoTest.php Initialize various configurations post-installation.
MenuLinkContent::baseFieldDefinitions function core/modules/menu_link_content/src/Entity/MenuLinkContent.php Provides base field definitions for an entity type.
MenuLinkContent::getPluginDefinition function core/modules/menu_link_content/src/Entity/MenuLinkContent.php Builds up the menu link plugin definition for this entity.
MenuLinkContentDeriver::getDerivativeDefinitions function core/modules/menu_link_content/src/Plugin/Deriver/MenuLinkContentDeriver.php Gets the definition of all derivatives of a base plugin.
MenuLinkContentInterface::getPluginDefinition function core/modules/menu_link_content/src/MenuLinkContentInterface.php Builds up the menu link plugin definition for this entity.
MenuLinkFieldDefinitions trait core/lib/Drupal/Core/Menu/MenuLinkFieldDefinitions.php Provides default values for menu link plugin definitions.
MenuLinkFieldDefinitions.php file core/lib/Drupal/Core/Menu/MenuLinkFieldDefinitions.php
MenuLinkFieldDefinitions::$defaults property core/lib/Drupal/Core/Menu/MenuLinkFieldDefinitions.php Provides some default values for the definition of all menu link plugins.
MenuLinkManager::addDefinition function core/lib/Drupal/Core/Menu/MenuLinkManager.php Adds a new menu link definition to the menu tree storage.
MenuLinkManager::getDefinition function core/lib/Drupal/Core/Menu/MenuLinkManager.php Gets a specific plugin definition.
MenuLinkManager::getDefinitions function core/lib/Drupal/Core/Menu/MenuLinkManager.php Gets the definition of all plugins for this type.
MenuLinkManager::hasDefinition function core/lib/Drupal/Core/Menu/MenuLinkManager.php Indicates if a specific plugin definition exists.
MenuLinkManager::processDefinition function core/lib/Drupal/Core/Menu/MenuLinkManager.php Performs extra processing on plugin definitions.
MenuLinkManager::removeDefinition function core/lib/Drupal/Core/Menu/MenuLinkManager.php Removes a single link definition from the menu tree storage.
MenuLinkManager::resetDefinitions function core/lib/Drupal/Core/Menu/MenuLinkManager.php Resets any local definition cache. Used for testing.
MenuLinkManager::updateDefinition function core/lib/Drupal/Core/Menu/MenuLinkManager.php Updates the values for a menu link definition in the menu tree storage.
MenuLinkManagerInterface::addDefinition function core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php Adds a new menu link definition to the menu tree storage.
MenuLinkManagerInterface::removeDefinition function core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php Removes a single link definition from the menu tree storage.
MenuLinkManagerInterface::resetDefinitions function core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php Resets any local definition cache. Used for testing.
MenuLinkManagerInterface::updateDefinition function core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php Updates the values for a menu link definition in the menu tree storage.
MenuLinkTestWithUnsafeTitle::getDerivativeDefinitions function core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/MenuLinkTestWithUnsafeTitle.php Gets the definition of all derivatives of a base plugin.
MenuTreeStorage::$definitions property core/lib/Drupal/Core/Menu/MenuTreeStorage.php Stores definitions that have already been loaded for better performance.
MenuTreeStorage::collectRoutesAndDefinitions function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Traverses the menu tree and collects all the route names and definitions.
MenuTreeStorage::definitionFields function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Determines fields that are part of the plugin definition.
MenuTreeStorage::doCollectRoutesAndDefinitions function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Collects all the route names and definitions.
MenuTreeStorage::resetDefinitions function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Clears all definitions cached in memory.
MenuTreeStorage::schemaDefinition function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Defines the schema for the tree table.
MenuTreeStorageInterface::resetDefinitions function core/lib/Drupal/Core/Menu/MenuTreeStorageInterface.php Clears all definitions cached in memory.
Message::baseFieldDefinitions function core/modules/contact/src/Entity/Message.php Provides base field definitions for an entity type.
MigrateEntity::$entityDefinitions property core/modules/migrate/src/Plugin/Derivative/MigrateEntity.php The entity definitions.
MigrateEntity::getDerivativeDefinition function core/modules/migrate/src/Plugin/Derivative/MigrateEntity.php Gets the definition of a derivative plugin.
MigrateEntity::getDerivativeDefinitions function core/modules/migrate/src/Plugin/Derivative/MigrateEntity.php Gets the definition of all derivatives of a base plugin.
MigrateEntityComplete::getDerivativeDefinitions function core/modules/migrate/src/Plugin/Derivative/MigrateEntityComplete.php Gets the definition of all derivatives of a base plugin.
MigrateEntityRevision::$entityDefinitions property core/modules/migrate/src/Plugin/Derivative/MigrateEntityRevision.php The entity definitions.
MigrateEntityRevision::getDerivativeDefinition function core/modules/migrate/src/Plugin/Derivative/MigrateEntityRevision.php Gets the definition of a derivative plugin.
MigrateEntityRevision::getDerivativeDefinitions function core/modules/migrate/src/Plugin/Derivative/MigrateEntityRevision.php Gets the definition of all derivatives of a base plugin.
MigrateExternalTranslatedTestSource::initializeIterator function core/modules/migrate/tests/modules/migrate_external_translated_test/src/Plugin/migrate/source/MigrateExternalTranslatedTestSource.php Initializes the iterator with the source data.
MigrateField::$definition property core/modules/migrate_drupal/src/Attribute/MigrateField.php The plugin definition.
MigrateFieldPluginManager::findDefinitions function core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManager.php Finds plugin definitions.
MigrateFieldPluginManager::processDefinition function core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManager.php Performs extra processing on plugin definitions.
MigrateFieldPluginManager::sortDefinitions function core/modules/migrate_drupal/src/Plugin/MigrateFieldPluginManager.php Sorts a definitions array.
MigrateProcessErrorMessagesTest::$definition property core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php The default stub migration definition.
MigrateSourceDiscoveryTest::testAnnotationGetDefinitionsBackwardsCompatibility function core/modules/migrate/tests/src/Kernel/Plugin/source/MigrateSourceDiscoveryTest.php Tests annotation get definitions backwards compatibility.
MigrateSourceDiscoveryTest::testGetDefinitions function core/modules/migrate/tests/src/Kernel/Plugin/source/MigrateSourceDiscoveryTest.php Tests get definitions.
MigrateSourcePluginManager::findDefinitions function core/modules/migrate/src/Plugin/MigrateSourcePluginManager.php Finds plugin definitions.
MigrateSourceWithAnnotations::initializeIterator function core/modules/migrate/tests/modules/migrate_source_annotation_bc_test/src/Plugin/migrate/source/MigrateSourceWithAnnotations.php Initializes the iterator with the source data.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.