Search for to

  1. Search 7.x for to
  2. Search 8.9.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
InPlaceEditor::$id property core/modules/quickedit/src/Annotation/InPlaceEditor.php The plugin ID.
InPlaceEditor::$module property core/modules/quickedit/src/Annotation/InPlaceEditor.php The name of the module providing the in-place editor plugin.
InPlaceEditorBase class core/modules/quickedit/src/Plugin/InPlaceEditorBase.php Defines a base in-place editor implementation.
InPlaceEditorBase.php file core/modules/quickedit/src/Plugin/InPlaceEditorBase.php
InPlaceEditorBase::getMetadata function core/modules/quickedit/src/Plugin/InPlaceEditorBase.php Generates metadata that is needed specifically for this editor.
InPlaceEditorInterface interface core/modules/quickedit/src/Plugin/InPlaceEditorInterface.php Defines an interface for in-place editors plugins.
InPlaceEditorInterface.php file core/modules/quickedit/src/Plugin/InPlaceEditorInterface.php
InPlaceEditorInterface::getAttachments function core/modules/quickedit/src/Plugin/InPlaceEditorInterface.php Returns the attachments for this editor.
InPlaceEditorInterface::getMetadata function core/modules/quickedit/src/Plugin/InPlaceEditorInterface.php Generates metadata that is needed specifically for this editor.
InPlaceEditorInterface::isCompatible function core/modules/quickedit/src/Plugin/InPlaceEditorInterface.php Checks whether this in-place editor is compatible with a given field.
InPlaceEditorManager class core/modules/quickedit/src/Plugin/InPlaceEditorManager.php Provides an in-place editor manager.
InPlaceEditorManager.php file core/modules/quickedit/src/Plugin/InPlaceEditorManager.php
InPlaceEditorManager::__construct function core/modules/quickedit/src/Plugin/InPlaceEditorManager.php Constructs an InPlaceEditorManager object.
InputBagTest::testRequestFactory function core/tests/Drupal/Tests/Core/Http/InputBagTest.php @coversNothing[[api-linebreak]]
@todo Remove this when Symfony 4 is no longer supported.
InputRequired::submitOptionsForm function core/modules/views/src/Plugin/views/exposed_form/InputRequired.php Handle any special handling on the validate form.
Insert::__toString function core/modules/mysql/src/Driver/Database/mysql/Insert.php Implements PHP magic __toString method to convert the query to a string.
Insert::__toString function core/modules/pgsql/src/Driver/Database/pgsql/Insert.php Implements PHP magic __toString method to convert the query to a string.
Insert::__toString function core/modules/sqlite/src/Driver/Database/sqlite/Insert.php Implements PHP magic __toString method to convert the query to a string.
Insert::__toString function core/lib/Drupal/Core/Database/Query/Insert.php Implements PHP magic __toString method to convert the query to a string.
InsertCommand::$selector property core/lib/Drupal/Core/Ajax/InsertCommand.php A CSS selector string.
InsertLobTest::testInsertOneBlob function core/tests/Drupal/KernelTests/Core/Database/InsertLobTest.php Tests that we can insert a single blob field successfully.
Inspector class core/lib/Drupal/Component/Assertion/Inspector.php Generic inspections for the assert() statement.
Inspector.php file core/lib/Drupal/Component/Assertion/Inspector.php
Inspector::assertAll function core/lib/Drupal/Component/Assertion/Inspector.php Asserts callback returns TRUE for each member of a traversable.
Inspector::assertAllArrays function core/lib/Drupal/Component/Assertion/Inspector.php Asserts that all members are arrays.
Inspector::assertAllCallable function core/lib/Drupal/Component/Assertion/Inspector.php Asserts that all members are callable.
Inspector::assertAllFloat function core/lib/Drupal/Component/Assertion/Inspector.php Asserts that all members are float values.
Inspector::assertAllHaveKey function core/lib/Drupal/Component/Assertion/Inspector.php Asserts all given keys exist in every member array.
Inspector::assertAllIntegers function core/lib/Drupal/Component/Assertion/Inspector.php Asserts that all members are integer values.
Inspector::assertAllMatch function core/lib/Drupal/Component/Assertion/Inspector.php Asserts that all members are strings that contain the specified string.
Inspector::assertAllNotEmpty function core/lib/Drupal/Component/Assertion/Inspector.php Asserts that all members are not empty.
Inspector::assertAllNumeric function core/lib/Drupal/Component/Assertion/Inspector.php Asserts all members are numeric data types or strings castable to such.
Inspector::assertAllObjects function core/lib/Drupal/Component/Assertion/Inspector.php Asserts that all members are objects.
Inspector::assertAllRegularExpressionMatch function core/lib/Drupal/Component/Assertion/Inspector.php Asserts that all members are strings matching a regular expression.
Inspector::assertAllStrictArrays function core/lib/Drupal/Component/Assertion/Inspector.php Asserts all members are strict arrays.
Inspector::assertAllStringable function core/lib/Drupal/Component/Assertion/Inspector.php Asserts all members are strings or objects with magic __toString() method.
Inspector::assertAllStrings function core/lib/Drupal/Component/Assertion/Inspector.php Asserts that all members are strings.
Inspector::assertStrictArray function core/lib/Drupal/Component/Assertion/Inspector.php Asserts that the array is strict.
Inspector::assertStringable function core/lib/Drupal/Component/Assertion/Inspector.php Asserts argument is a string or an object castable to a string.
Inspector::assertTraversable function core/lib/Drupal/Component/Assertion/Inspector.php Asserts argument can be traversed with foreach.
InspectorTest class core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php @coversDefaultClass \Drupal\Component\Assertion\Inspector[[api-linebreak]]
@group Assertion
InspectorTest.php file core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php Contains \Drupal\Tests\Component\Assertion\InspectorTest.
InspectorTest::callMe function core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php Defines a test method referenced by ::testAllCallable().
InspectorTest::callMeStatic function core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php Defines a test method referenced by ::testAllCallable().
InspectorTest::providerTestAssertAllStrings function core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php
InspectorTest::testAllCallable function core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php Tests asserting all members are callable.
InspectorTest::testAllNotEmpty function core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php Tests asserting all members are !empty().
InspectorTest::testAssertAllArrays function core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php Tests asserting all members are arrays.
InspectorTest::testAssertAllFloat function core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php Tests asserting all members are floating point variables.
InspectorTest::testAssertAllHaveKey function core/tests/Drupal/Tests/Component/Assertion/InspectorTest.php Tests asserting all members have specified keys.

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