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