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
TypedDataDefinitionEntityBundleTest::testEntityBundleDefinitions function core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionEntityBundleTest.php Tests that entity bundle definitions are derived correctly.
TypedDataDefinitionTest class core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php Tests deriving metadata of core data types.
TypedDataDefinitionTest.php file core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php
TypedDataDefinitionTest::$typedDataManager property core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php The typed data manager to use.
TypedDataDefinitionTest::setUp function core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php
TypedDataDefinitionTest::testDataReferences function core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php Tests deriving metadata from data references.
TypedDataDefinitionTest::testLists function core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php Tests deriving metadata about list items.
TypedDataDefinitionTest::testMaps function core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php Tests deriving metadata about maps.
TypedDataDefinitionTest::testNotImplementedGetType function core/tests/Drupal/KernelTests/Core/TypedData/TypedDataDefinitionTest.php Tests getString() throws exception when getType() is not implemented.
TypedDataInterface::getDataDefinition function core/lib/Drupal/Core/TypedData/TypedDataInterface.php Gets the data definition.
TypedDataManager::clearCachedDefinitions function core/lib/Drupal/Core/TypedData/TypedDataManager.php Clears static and persistent plugin definition caches.
TypedDataManager::createDataDefinition function core/lib/Drupal/Core/TypedData/TypedDataManager.php Creates a new data definition object.
TypedDataManager::createListDataDefinition function core/lib/Drupal/Core/TypedData/TypedDataManager.php Creates a new list data definition for items of the given data type.
TypedDataManagerInterface::createDataDefinition function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Creates a new data definition object.
TypedDataManagerInterface::createListDataDefinition function core/lib/Drupal/Core/TypedData/TypedDataManagerInterface.php Creates a new list data definition for items of the given data type.
UnsupportedEntityTypeDefinitionException class core/lib/Drupal/Core/Entity/Exception/UnsupportedEntityTypeDefinitionException.php Defines an exception thrown when an entity type definition is invalid.
UnsupportedEntityTypeDefinitionException.php file core/lib/Drupal/Core/Entity/Exception/UnsupportedEntityTypeDefinitionException.php
UpdateKernel::initializeContainer function core/lib/Drupal/Core/Update/UpdateKernel.php Initializes the service container.
UpdatePathTestBase::initFrontPage function core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php Visits the front page when initializing Mink.
UpdatePathTestTrait::$checkEntityFieldDefinitionUpdates property core/tests/Drupal/Tests/UpdatePathTestTrait.php Fail the test if there are entity field definition updates needed.
UploadInstance::initializeIterator function core/modules/file/src/Plugin/migrate/source/d6/UploadInstance.php Initializes the iterator with the source data.
UriItem::propertyDefinitions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/UriItem.php Defines field item properties.
User::baseFieldDefinitions function core/modules/user/src/Entity/User.php
User::getInitialEmail function core/modules/user/src/Entity/User.php Returns the email that was used when the user was registered.
UserInterface::getInitialEmail function core/modules/user/src/UserInterface.php Returns the email that was used when the user was registered.
UserLocalTask::getDerivativeDefinitions function core/modules/user/src/Plugin/Derivative/UserLocalTask.php Gets the definition of all derivatives of a base plugin.
UserLocalTaskTest::testGetDerivativeDefinitions function core/modules/user/tests/src/Unit/Plugin/Derivative/UserLocalTaskTest.php Tests the derivatives generated for local tasks.
UserPictureFile::initializeIterator function core/modules/user/src/Plugin/migrate/source/d6/UserPictureFile.php Initializes the iterator with the source data.
UserPictureInstance::initializeIterator function core/modules/user/src/Plugin/migrate/source/UserPictureInstance.php Initializes the iterator with the source data.
Variable::initializeIterator function core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php Initializes the iterator with the source data.
VariableTranslation::initializeIterator function core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php Initializes the iterator with the source data.
VariableTranslation::initializeIterator function core/modules/migrate_drupal/src/Plugin/migrate/source/d7/VariableTranslation.php Initializes the iterator with the source data.
VersionHistoryLocalTasks::getDerivativeDefinitions function core/lib/Drupal/Core/Entity/Plugin/Derivative/VersionHistoryLocalTasks.php Gets the definition of all derivatives of a base plugin.
ViewExecutable::$inited property core/modules/views/src/ViewExecutable.php Does this view already have loaded its handlers.
ViewExecutable::initDisplay function core/modules/views/src/ViewExecutable.php Sets the display for this view and initializes the display handler.
ViewExecutable::initHandlers function core/modules/views/src/ViewExecutable.php Acquires and attaches all of the handlers.
ViewExecutable::initPager function core/modules/views/src/ViewExecutable.php Initializes the pager.
ViewExecutable::initQuery function core/modules/views/src/ViewExecutable.php Initializes the query object for the view.
ViewExecutable::initStyle function core/modules/views/src/ViewExecutable.php Finds and initializes the style plugin.
ViewExecutable::_initHandler function core/modules/views/src/ViewExecutable.php Attaches the views handler for the specific type.
ViewExecutableTest::testInitMethods function core/modules/views/tests/src/Kernel/ViewExecutableTest.php Tests the initDisplay() and initHandlers() methods.
ViewFormBase::init function core/modules/views_ui/src/ViewFormBase.php Initialize the form state and the entity before the first form build.
ViewMode::initializeIterator function core/modules/field/src/Plugin/migrate/source/d7/ViewMode.php Initializes the iterator with the source data.
ViewMode::initializeIterator function core/modules/node/src/Plugin/migrate/source/d6/ViewMode.php Initializes the iterator with the source data.
Views::getPluginDefinitions function core/modules/views/src/Views.php Gets all the views plugin definitions.
ViewsBlock::getDerivativeDefinition function core/modules/views/src/Plugin/Derivative/ViewsBlock.php Gets the definition of a derivative plugin.
ViewsBlock::getDerivativeDefinitions function core/modules/views/src/Plugin/Derivative/ViewsBlock.php Gets the definition of all derivatives of a base plugin.
ViewsEntityArgumentValidator::getDerivativeDefinitions function core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php Gets the definition of all derivatives of a base plugin.
ViewsEntityRow::getDerivativeDefinition function core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php Gets the definition of a derivative plugin.
ViewsEntityRow::getDerivativeDefinitions function core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php Gets the definition of all derivatives of a base plugin.

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