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. Search 11.x for _init
  6. Other projects
Title Object type File name Summary
ResolvedLibraryDefinitionsFilesMatchTest::setUp function core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php
ResolvedLibraryDefinitionsFilesMatchTest::testCoreLibraryCompleteness function core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php Ensures that all core module and theme library files exist.
ResolvedLibraryDefinitionsFilesMatchTest::testCoreLibraryCompletenessDeprecated function core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php Ensures that module and theme library files exist for a deprecated modules.
ResolvedLibraryDefinitionsFilesMatchTest::verifyLibraryFilesExist function core/tests/Drupal/KernelTests/Core/Asset/ResolvedLibraryDefinitionsFilesMatchTest.php Checks that all the library files exist.
ResourceTestBase::initAuthentication function core/modules/rest/tests/src/Functional/ResourceTestBase.php Initializes authentication.
ResourceTestBase::isReferenceFieldDefinition function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Determines if a given field definition is a reference field.
ResourceTypeRepository::getRelatableResourceTypesFromFieldDefinition function core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php Get relatable resource types from a field definition.
ResourceTypeRepository::isReferenceFieldDefinition function core/modules/jsonapi/src/ResourceType/ResourceTypeRepository.php Determines if a given field definition is a reference field.
RestExport::initDisplay function core/modules/rest/src/Plugin/views/display/RestExport.php Initializes the display plugin.
RevisionableContentEntityBase::baseFieldDefinitions function core/lib/Drupal/Core/Entity/RevisionableContentEntityBase.php Provides base field definitions for an entity type.
RevisionLogEntityTrait::revisionLogBaseFieldDefinitions function core/lib/Drupal/Core/Entity/RevisionLogEntityTrait.php Provides revision-related base field definitions for an entity type.
Role::alterRouteDefinition function core/modules/user/src/Plugin/views/access/Role.php Allows access plugins to alter the route definition of a view.
Role::initializeIterator function core/modules/user/src/Plugin/migrate/source/d6/Role.php Initializes the iterator with the source data.
Roles::init function core/modules/user/src/Plugin/views/field/Roles.php Initialize the plugin.
RouteBuilder::getRouteDefinitions function core/lib/Drupal/Core/Routing/RouteBuilder.php Retrieves all defined routes from .routing.yml files.
Router::getInitialRouteCollection function core/lib/Drupal/Core/Routing/Router.php Returns a collection of potential matching routes for a request.
RoutingFixtures::routingTableDefinition function core/tests/Drupal/Tests/Core/Routing/RoutingFixtures.php Returns the table definition for the routing fixtures.
SaveActionTest::testGetDerivativeDefinitions function core/tests/Drupal/KernelTests/Core/Action/SaveActionTest.php Tests get derivative definitions.
Schema::createSchemaFromDefinition function core/lib/Drupal/Core/Database/Schema.php Creates the tables in a schema definition.
Schema::createTableFromDefinition function core/lib/Drupal/Core/Database/Schema.php Creates a new table from a table schema definition.
Schema::getTableDefinition function core/lib/Drupal/Core/Database/SchemaDefinition/Schema.php Gets a specific table definition.
Schema::mapKeyDefinition function core/modules/sqlite/src/Driver/Database/sqlite/Schema.php Renames columns in an index definition according to a new mapping.
SchemaDefinitionConversionTest class core/tests/Drupal/Tests/Core/Database/SchemaDefinitionConversionTest.php Tests conversion of SchemaDefinition objects to legacy array-based structure.
SchemaDefinitionConversionTest.php file core/tests/Drupal/Tests/Core/Database/SchemaDefinitionConversionTest.php
SchemaDefinitionConversionTest::testConvertSchemaDefinition function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionConversionTest.php Tests Schema::toArray().
SchemaDefinitionConversionTest::testConvertTableDefinition function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionConversionTest.php Tests Table::toArray().
SchemaDefinitionException class core/lib/Drupal/Core/Database/Exception/SchemaDefinitionException.php Exception thrown by the Schema Definition API.
SchemaDefinitionException.php file core/lib/Drupal/Core/Database/Exception/SchemaDefinitionException.php
SchemaDefinitionInterface interface core/lib/Drupal/Core/Database/SchemaDefinition/SchemaDefinitionInterface.php Interface for objects describing database elements.
SchemaDefinitionInterface.php file core/lib/Drupal/Core/Database/SchemaDefinition/SchemaDefinitionInterface.php
SchemaDefinitionInterface::toArray function core/lib/Drupal/Core/Database/SchemaDefinition/SchemaDefinitionInterface.php Converts the object to legacy array-based specifications.
SchemaDefinitionTest class core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests SchemaDefinition Column object validations.
SchemaDefinitionTest.php file core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php
SchemaDefinitionTest::testFloatDefaultForIntColumn function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing a float default to an int column.
SchemaDefinitionTest::testFloatDefaultForTextColumn function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing a float default to a text column.
SchemaDefinitionTest::testIntDefaultForIntColumn function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing a int default to an int column.
SchemaDefinitionTest::testIntDefaultForTextColumn function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing a int default to a text column.
SchemaDefinitionTest::testInvalidColumnInTable function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing a non Column array member to Table::$columns.
SchemaDefinitionTest::testInvalidColumnTypeForBinary function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing binary to a non-textual column.
SchemaDefinitionTest::testInvalidColumnTypeForLength function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing length to a non-textual column.
SchemaDefinitionTest::testInvalidColumnTypeForPrecision function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing a precision to a non-numeric column.
SchemaDefinitionTest::testInvalidColumnTypeForScale function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing a scale to a non-numeric column.
SchemaDefinitionTest::testInvalidColumnTypeForSerialize function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing a serialize to a non-text/blob column.
SchemaDefinitionTest::testInvalidColumnTypeForUnsigned function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing unsigned to a non-numeric column.
SchemaDefinitionTest::testInvalidForeignKeyForMismatchingColumnCount function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing a non Column array member to Table::$columns.
SchemaDefinitionTest::testInvalidPrimaryKeyForPartialLengthColumn function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing limited length columns to primary key.
SchemaDefinitionTest::testInvalidSerialForDefault function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests Serial column.
SchemaDefinitionTest::testInvalidSerialForNotNull function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests Serial column.
SchemaDefinitionTest::testInvalidSerialForUnsigned function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests Serial column.
SchemaDefinitionTest::testInvalidTableInSchema function core/tests/Drupal/Tests/Core/Database/SchemaDefinitionTest.php Tests passing a non Table array member to Schema::$tables.

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