Showing 10 of 1,214 results.

Heading Thresholds and Ignoring Headers | Index Configuration

…sections during indexing, you may add the data-indexer="ignore" attribute to your headings. When the indexer encounters a heading like this, it will be treated as any other text element and not create a new section: 1 <h3 data-indexer="ignore">My...

Creating Our Modifier | Creating a Statamic Compact Modifier

…his article, you would create a file app/Modifiers/Compact.php with the following content: 1 <?php 2 3 namespace App \ Modifiers ; 4 5 use Statamic \ Modifiers \ Modifier ; 6 7 class Compact extends Modifier 8 { 9 public function index ( $ value...

Laravel 5: Generating URLs to Controller Actions With action

The action helper function can be used to generate a URL to a controller action, which is supplied as an argument to the $name parameter. If the controller action requires or accepts parameters these can be supplied by utilizing the $parameters...

5. Conveying Modified Source Versions. | License

…ices”., c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all...

getRootStructures | Workspaces

Returns the direct workspace structures. This method automatically performs structural analysis. Only structures that are at the root of a document, without any parent node, will be returned. 1 <?php 2 3 use Illuminate \ Support \ Collection ; 4 5...

getRootSwitchStatements | Workspaces

Returns all the direct switch statements. This method automatically performs structural analysis. Only @switch statements that appear at the root of a document, without any parent nodes, will be returned. 1 <?php 2 3 use Illuminate \ Support \...

getRootConditions | Workspaces

Returns all the root workspace conditions. This method automatically performs structural analysis. Only structures that appear at the root of the document, without any parent node, will be returned. 1 <?php 2 3 use Illuminate \ Support \...

getRootForElse | Workspaces

Returns the direct for-else blocks. This method automatically performs structural analysis. Only nodes that appear at the root of a document, without any parent nodes, will be returned. 1 <?php 2 3 use Illuminate \ Support \ Collection ; 4 5...

Filter Search